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')])