From 3ed2b9d6cce91d7d9c3edb51d689fe42a7f55a6d Mon Sep 17 00:00:00 2001 From: Jade Geels Date: Fri, 16 Aug 2024 15:32:43 +0200 Subject: [PATCH] Typo (#546) --- resources/views/components/slideover/mobile.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/slideover/mobile.blade.php b/resources/views/components/slideover/mobile.blade.php index b7966fc3c..0b2a1e7ec 100644 --- a/resources/views/components/slideover/mobile.blade.php +++ b/resources/views/components/slideover/mobile.blade.php @@ -1,5 +1,5 @@ {{-- This component adds some styling on the slideover to hide the slideover on desktop and placing the content on the page itself. - By using this, you have the ability to have something that becomes a slider on mobile. + By using this, you have the ability to have something that becomes a slideover on mobile. --}} @include('rapidez::components.slideover.index', ['attributes' => $attributes->class('lg:contents [&>.slideover-wrapper]:lg:contents [&>.slideover-header]:lg:hidden')])