Skip to content

Commit

Permalink
feat: swap footer
Browse files Browse the repository at this point in the history
This is to test our deployment with Uberspace.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
  • Loading branch information
Ryuno-Ki committed Sep 30, 2024
1 parent e7143ce commit 6f3ed0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ class="flex items-start gap-4 rounded-lg bg-white p-6 shadow-[0px_14px_34px_0px_
</main>

<footer class="py-16 text-center text-sm text-black dark:text-white/70">
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
<ul>
<li>Kontakt</li>
<li>Impressum</li>
</ul>
</footer>
</div>
</div>
Expand Down

0 comments on commit 6f3ed0c

Please sign in to comment.