Skip to content

Commit 4ceb6e4

Browse files
authored
feat: remove modal (#20)
1 parent 308db62 commit 4ceb6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/api-platform/layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="relative w-full overflow-x-clip bg-white dark:bg-blue-black">
99
{{ partial "header.html" . }}
1010
{{ partial "mobilesidebar.html" . }}
11-
{{ partial "modalcon.html" . }}
11+
{{/* partial "modalcon.html" . */}}
1212
<div class="max-w-8xl mx-auto overflow-x-clip">
1313
<div class="flex flex-row items-start justify-start flex-wrap">
1414
{{ partial "sidebar.html" . }}

0 commit comments

Comments
 (0)