diff options
author | Roscoe <roscoe@wah.moe> | 2025-04-01 23:29:30 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-04-01 23:29:30 +0100 |
commit | 3b273d0ee9ef4da49916f836488b24762662c59b (patch) | |
tree | 06d07b493fad83472c82b2e6d04c8073dd8963a8 /resources/views/components/wah.blade.php | |
parent | e8ad39203f944a33231f8babcbd7011b1f464610 (diff) |
Diffstat (limited to 'resources/views/components/wah.blade.php')
-rw-r--r-- | resources/views/components/wah.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/components/wah.blade.php b/resources/views/components/wah.blade.php index e1fb35b..8b51e52 100644 --- a/resources/views/components/wah.blade.php +++ b/resources/views/components/wah.blade.php @@ -1,7 +1,7 @@ <div class="wah"> - <h3>Random Fops!</h3> + <h3>Random Wah!</h3> @if ($wah !== "") - <img src="{{ $wah }}" alt="Random image featuring a Fox"> + <img src="{{ $wah }}" alt="Random image featuring a red panda"> <p>Image "stolen" from <a href="https://tinyfox.dev/">tinyfox.dev</a></p> @else <img src="https://placehold.co/250x250" alt="250x250 Placeholder Image"> |