Skip to content

Commit 184483a

Browse files
authored
Merge pull request #277 from Ubeydu/feat/ux-improvements
Feat/ux improvements
2 parents ed7c445 + b6455b6 commit 184483a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/views/components/unauthenticated-header.blade.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
<!-- Desktop navigation -->
5555
@if (Route::has('login'))
5656
<div class="hidden sm:flex items-center space-x-4">
57+
<a href="{{ \App\Helpers\RouteHelper::localizedRoute('localized.welcome') }}" class="rounded-md px-3 py-2 text-black/50 ring-1 ring-transparent transition hover:text-black/70 focus:outline-hidden focus-visible:ring-[#FF2D20]">
58+
{{ __('Welcome') }}
59+
</a>
60+
5761
<a href="{{ localizedRoute('localized.create-piggy-bank.step-1') }}" class="rounded-md px-3 py-2 text-black/50 ring-1 ring-transparent transition hover:text-black/70 focus:outline-hidden focus-visible:ring-[#FF2D20]">
5862
{{ __('Create New Piggy Bank') }}
5963
</a>
@@ -115,6 +119,11 @@
115119
</x-responsive-nav-link>
116120
@endif
117121
@endauth
122+
123+
<!-- Language Switch -->
124+
<div class="custom-language-dropdown">
125+
<x-language-dropdown />
126+
</div>
118127
</div>
119128
</div>
120129
</header>

0 commit comments

Comments
 (0)