Skip to content

Commit

Permalink
fix footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed May 23, 2024
1 parent af5d0af commit 07fa64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/site/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ class="mb-1 max-w-64"
<ul class="space-y-4">
<li>
<a
href="{{ route('terms') }}"
href="{{ localizedRoute('terms') }}"
class="text-gray-500 hover:text-gray-900"
wire:navigate>
{{ __('terms.title') }}
</a>
</li>
<li>
<a
href="{{ route('privacy') }}"
href="{{ localizedRoute('privacy') }}"
class="text-gray-500 hover:text-gray-900"
wire:navigate>
{{ __('privacy.title') }}
Expand Down

0 comments on commit 07fa64e

Please sign in to comment.