From 67b1db03132480978ec79f148f1145b015e20fad Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Wed, 26 Aug 2026 21:24:12 +0100 Subject: [PATCH] Remove The Vibes ad from the docs and blog sidebars The event has passed, so pull its ad out of the rotation entirely rather than leaving it reachable via an explicit ads list. Co-Authored-By: Claude Opus 5 (1M context) --- .../components/blog/ad-rotation.blade.php | 50 +------------------ resources/views/docs/index.blade.php | 4 +- 2 files changed, 3 insertions(+), 51 deletions(-) diff --git a/resources/views/components/blog/ad-rotation.blade.php b/resources/views/components/blog/ad-rotation.blade.php index 375478c9..d34f3a8d 100644 --- a/resources/views/components/blog/ad-rotation.blade.php +++ b/resources/views/components/blog/ad-rotation.blade.php @@ -1,4 +1,4 @@ -@props(['ads' => ['mobile', 'desktop', 'bifrost', 'devkit', 'ultra', 'vibes', 'masterclass']]) +@props(['ads' => ['mobile', 'desktop', 'bifrost', 'devkit', 'ultra', 'masterclass']]) @php $adsJson = json_encode($ads); @@ -280,54 +280,6 @@ class="absolute bottom-12 right-6 z-10 w-2.5 text-amber-100 animate-pulse " @endif - {{-- The Vibes Ad --}} - @if (in_array('vibes', $ads)) - - {{-- Background image --}} - - - {{-- Title --}} -
- The Vibes -
- - {{-- Tagline --}} -
- The unofficial Laracon US - Day 3 -
- - {{-- CTA --}} -
- Grab Your Spot -
- - {{-- Scarcity Label --}} -
- Only 100 tickets! -
- - {{-- Decorative stars --}} - - -
- @endif - {{-- Masterclass Ad --}} @if (in_array('masterclass', $ads)) @@ -204,6 +204,6 @@ class="flex items-center justify-end gap-1.5 opacity-60" {{-- Mobile ad rotation --}}