diff options
author | Roscoe <roscoe@wah.moe> | 2025-03-31 23:21:44 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-03-31 23:34:49 +0100 |
commit | e8ad39203f944a33231f8babcbd7011b1f464610 (patch) | |
tree | ef3927fc7e77e1b30a266180332d060dd70247e6 /resources/views/components/wah.blade.php | |
parent | 6690d4e97e15bdedd164ac66e0e65d3579fd40b3 (diff) |
april fops
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 4312606..e1fb35b 100644 --- a/resources/views/components/wah.blade.php +++ b/resources/views/components/wah.blade.php @@ -1,7 +1,7 @@ <div class="wah"> - <h3>Random Wah!</h3> + <h3>Random Fops!</h3> @if ($wah !== "") - <img src="{{ $wah }}" alt="Random image featuring a Red Panda"> + <img src="{{ $wah }}" alt="Random image featuring a Fox"> <p>Image "stolen" from <a href="https://tinyfox.dev/">tinyfox.dev</a></p> @else <img src="https://placehold.co/250x250" alt="250x250 Placeholder Image"> |