File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
packages/Webkul/Admin/src/Resources/views/components/layouts Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,6 @@ class="{{ request()->cookie('dark_mode') ? 'dark' : '' }}"
47
47
vite ()-> set ([' src/Resources/assets/css/app.css' , ' src/Resources/assets/js/app.js' ])
48
48
} }
49
49
50
- <link
51
- href =" https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
52
- rel =" stylesheet"
53
- />
54
-
55
- <link
56
- href =" https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"
57
- rel =" stylesheet"
58
- />
59
-
60
50
<link
61
51
href =" https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"
62
52
rel =" stylesheet"
@@ -119,12 +109,6 @@ class="group/container sidebar-collapsed flex gap-4"
119
109
<x-admin::layouts .sidebar />
120
110
121
111
<div class =" max-w-full flex-1 bg-gray-100 px-4 pb-6 pt-3 transition-all duration-300 dark:bg-gray-950 max-lg:!px-4 ltr:pl-[85px] rtl:pr-[85px]" >
122
- <!-- Added dynamic tabs for third level menus -->
123
- <!-- Todo @suraj -webkul need to optimize below statement. -->
124
- @if (! request ()-> routeIs (' admin.configuration.index' ) )
125
- {{-- <x-admin::layouts.tabs /> --}}
126
- @endif
127
-
128
112
<!-- Page Content Blade Component -->
129
113
{{ $slot } }
130
114
</div >
You can’t perform that action at this time.
0 commit comments