diff --git a/config/app.php b/config/app.php index a90e3bf..bad928e 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ return [ 'name' => env('APP_NAME', 'wah.moe'), - 'version' => '2026.06.01', + 'version' => '2026.06.01-patch0', 'env' => env('APP_ENV', 'production'), 'debug' => (bool)env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/resources/views/components/layout-legacy.blade.php b/resources/views/components/layout-legacy.blade.php index 76d50fb..b3bb878 100644 --- a/resources/views/components/layout-legacy.blade.php +++ b/resources/views/components/layout-legacy.blade.php @@ -6,8 +6,8 @@ wah! (dot moe) - {{ $title }} -@if($event === 'april-fools') - +@if($event === 'april-fools' || $event == 'pride') + diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index ad9692e..8085fef 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -26,8 +26,8 @@
- @if($event == 'april-fools')A pixel art depiction of a paw, in rainbow colours. - @else A pixel art depiction of a paw, in three alternating shades of blue.@endif + @if($event == 'april-fools' || $event == 'pride')A pixel art depiction of a paw, in rainbow colours. + @else A pixel art depiction of a paw, in three alternating shades of blue.@endif

wah!