Link Breeze dashboard back to bookmarks

This commit is contained in:
Annika Backstrom 2024-06-03 09:40:41 +01:00
parent 0ddcb52f18
commit e666c432fd
Signed by: annika
GPG Key ID: 3561F004DE1D9AFE
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 text-gray-900">
{{ __("You're logged in!") }}
Head back to <a class="underline" href="{{ action('BookmarkController@index') }}">Bookmarks</a>?
</div>
</div>
</div>