code refactoring

This commit is contained in:
Burak Civan
2022-12-30 15:00:46 +03:00
parent c4c92c9f32
commit 30c4d2cc42
3 changed files with 19 additions and 3 deletions

View File

@ -121,7 +121,11 @@
</div>
<div class="tabs w-full">
<x-tabs class="flex items-center overflow-x-scroll lg:overflow-visible" active="{{ ! empty($module->call_to_actions) ? 'features' : 'description' }}">
<x-tabs
class="w-full lg:w-auto"
active="{{ ! empty($module->call_to_actions) ? 'features' : 'description' }}"
data-disable-slider
>
<x-slot name="navs">
@stack('features_nav_start')