Skip to content

Commit

Permalink
Fix additional_footer_text setting (LycheeOrg#2445) (LycheeOrg#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
leso-kn authored May 25, 2024
1 parent bfc8c7c commit 0e1f7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
@isset($copyright)
<p class="home_copyright w-full uppercase text-text-main-400 leading-6 font-normal">{{ $copyright }}</p>
@endisset
@isset($personal_text)
<p class="personal_text w-full text-text-main-400 leading-6 font-normal">{{ $personal_text }}</p>
@isset($additional_footer_text)
<p class="personal_text w-full text-text-main-400 leading-6 font-normal">{{ $additional_footer_text }}</p>
@endisset
@isset($hosted_by)
<p class="hosted_by w-full uppercase text-text-main-400 leading-6 font-normal">
Expand Down

0 comments on commit 0e1f7f8

Please sign in to comment.