File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 138138<!-- Set theme before anything renders (even when SSR is in use) -->
139139<ThemeInit />
140140
141- <AppLayout headerHeight ={ 96 } >
141+ <AppLayout >
142142 <svelte:fragment slot =" nav" >
143143 <NavMenu />
144144 <!-- Spacer -->
145145 <div class =" h-4" ></div >
146146 </svelte:fragment >
147147
148- <AppBar {title } class =" pt-8" >
149- <div
150- class =" fixed top-0 left-0 w-full h-8 bg-primary-700 border-b border-primary-800/50 shadow flex gap-2 items-center justify-center text-sm font-medium"
151- >
152- LayerStack for Svelte 5 has been released! -
153- <a
154- href =" https://next.layerstack.dev"
155- class =" font-semibold underline-offset-2 hover:underline"
156- >
157- Visit the preview docs <Icon data ={mdiArrowTopRight } class =" text-xs mt-[-2px]" />
158- </a >
159- </div >
160-
148+ <AppBar {title }>
161149 <div slot =" actions" class =" flex gap-3" >
162150 <Button
163151 href =" https://www.layerchart.com"
You can’t perform that action at this time.
0 commit comments