Skip to content

Commit

Permalink
Improved translations in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeurts committed Oct 18, 2024
1 parent b13a4c5 commit 4da23c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/layouts/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

{{-- impressum section --}}
<div>
<h6 class="flex justify-center mb-4 font-semibold uppercase md:justify-start">Impressum</h6>
<h6 class="flex justify-center mb-4 font-semibold uppercase md:justify-start">{{ __('app.impressum') }}</h6>
<x-hr.narrow class="w-48 h-1 my-4 bg-gray-100 border-0 rounded max-md:mx-auto dark:bg-gray-700" />

<p class="mb-4">
Expand All @@ -80,7 +80,7 @@

{{-- contact section --}}
<div>
<h6 class="flex justify-center mb-4 font-semibold uppercase md:justify-start">Contact</h6>
<h6 class="flex justify-center mb-4 font-semibold uppercase md:justify-start">{{ __('app.contact') }}</h6>
<x-hr.narrow class="w-48 h-1 my-4 bg-gray-100 border-0 rounded max-md:mx-auto dark:bg-gray-700" />

<p class="flex items-center justify-center mb-4 md:justify-start">
Expand Down

0 comments on commit 4da23c7

Please sign in to comment.