diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-25 23:41:49 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-25 23:41:49 +0000 |
commit | 0a8db68e42956d4d6644e501b8822186f89ec559 (patch) | |
tree | cd14e32a62b845efff60ca608e355ce118db5db2 | |
parent | 6c126bc20fce92c78acfefaa6672c1ed41becfe2 (diff) |
replace paws button
-rw-r--r-- | public/images/buttons/paws-aliased.png | bin | 0 -> 478 bytes | |||
-rw-r--r-- | resources/views/components/layout.blade.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/images/buttons/paws-aliased.png b/public/images/buttons/paws-aliased.png Binary files differnew file mode 100644 index 0000000..a7d1b22 --- /dev/null +++ b/public/images/buttons/paws-aliased.png diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 41e565e..4538be4 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -50,7 +50,7 @@ <a href="https://dimden.dev/"><img src="https://dimden.dev/services/images/88x31.gif" alt="dimden.dev"></a><br> <a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="{{ URL::asset('images/buttons/csshard.gif') }}" alt="CSS is hard"></a> <a href="https://linux.org/"><img src="{{ URL::asset('images/buttons/linuxnow.gif') }}" alt="Linux NOW!"></a> - <img src="{{ URL::asset('images/buttons/paws.gif') }}" alt="Made with my own two paws"> + <img src="{{ URL::asset('images/buttons/paws-aliased.png') }}" alt="Made with my own two paws"> <img src="{{ URL::asset('images/buttons/transrights.gif') }}" alt="Trans Rights NOW!"> <a href="https://www.vim.org/"><img src="{{ URL::asset('images/buttons/vim.gif') }}" alt="Vim"></a> <img src="{{ URL::asset('images/buttons/aliasing.png') }}" alt="I Heart Aliasing"> |