diff options
author | Frankie <git@diskfloppy.me> | 2024-01-12 19:02:10 +0000 |
---|---|---|
committer | Frankie <git@diskfloppy.me> | 2024-01-12 19:02:10 +0000 |
commit | 26ab7d24d4bc26910995957bd60845d88846a94e (patch) | |
tree | f17ed125251339d34111b3efa49207238833d5c0 /resources | |
parent | 03bc2cd2114b71031a789841a7d71611602339bc (diff) |
Fix footer image link
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/includes/footer.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
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/"> |