From 26ab7d24d4bc26910995957bd60845d88846a94e Mon Sep 17 00:00:00 2001 From: Frankie <git@diskfloppy.me> Date: Fri, 12 Jan 2024 19:02:10 +0000 Subject: Fix footer image link --- resources/views/includes/footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index bc85236..83c01b2 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -1,7 +1,7 @@ <hr> <div class="footer" role="contentinfo"> <a href="https://www.debian.org/"> - <img src="{{ URL::asset('images/debian.gif') }}" + <img src="{{ URL::asset('images/buttons/debian.gif') }}" class="pixel" width="88" height="31" alt="Powered by Debian"> </a> <a href="https://dimden.dev/"> -- cgit v1.2.3-54-g00ecf