diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-14 19:13:45 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-14 19:13:45 +0000 |
commit | bc9c002eb77e91e1e722789b2c4041ec7a1442e8 (patch) | |
tree | 46709f1d04169c10f5ea53e9445660476d634d85 | |
parent | f3bc3da7f8a5d2519cee0e327b37dc542c39e7f2 (diff) |
Update x86's website link
-rw-r--r-- | resources/views/components/layout.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 6ad1433..8dad0c2 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -44,7 +44,7 @@ <div> <a href="https://aliceisvery.gay/"><img src="{{ URL::asset('images/buttons/cnfunknown.gif') }}" alt="ConfusionUnknown"></a> <a href="https://julimiro.eu/"><img src="{{ URL::asset('images/buttons/juli.gif') }}" alt="Julimiro.eu"></a> - <a href="https://x86.breadtf.com/"><img src="{{ URL::asset('images/buttons/x86.gif') }}" alt="x86Overflow"></a> + <a href="https://x86.isafox.gay/"><img src="{{ URL::asset('images/buttons/x86.gif') }}" alt="x86Overflow"></a> <a href="https://thinliquid.dev/"><img src="{{ URL::asset('images/buttons/thnlqd.png') }}" alt="thinliquid"></a> <a href="https://dimden.dev/"><img src="https://dimden.dev/services/images/88x31.gif" alt="dimden.dev"></a> <a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="{{ URL::asset('images/buttons/csshard.gif') }}" alt="CSS is hard"></a><br> |