diff --git a/resources/views/invoices/view.blade.php b/resources/views/invoices/view.blade.php index 563e3a33ba5a..445ff65650f4 100644 --- a/resources/views/invoices/view.blade.php +++ b/resources/views/invoices/view.blade.php @@ -115,7 +115,7 @@ @else {!! Button::normal(trans('texts.download_pdf'))->withAttributes(['onclick' => 'onDownloadClick()'])->large() !!} @if ($account->isNinjaAccount()) - {!! Button::primary(trans('texts.return_to_app'))->asLinkTo(URL::to('/dashboard'))->large() !!} + {!! Button::primary(trans('texts.return_to_app'))->asLinkTo(URL::to('/settings/account_management'))->large() !!} @endif @endif