Skip to content

Commit 78d01e6

Browse files
authored
fix: remove dev banner
1 parent b60c000 commit 78d01e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/layouts/default.astro

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
import Navigation from "../components/navigation";
33
import Footer from "../components/footer";
4-
import Banner from "../components/banner.astro";
5-
import BannerPrimaryContent from "../content/banner/primary.mdx";
64
import { components } from "../components/elements";
75
import "../styles/global.scss";
86
---
@@ -38,11 +36,6 @@ import "../styles/global.scss";
3836
</script>
3937
</head>
4038
<body class="relative min-h-full">
41-
<Banner>
42-
<Fragment>
43-
<BannerPrimaryContent components={components}/>
44-
</Fragment>
45-
</Banner>
4639
<Navigation client:load pathname={Astro.url.pathname}/>
4740
<div class="isolate px-6 sm:px-8 pb-12 pt-16">
4841
<slot/>

0 commit comments

Comments
 (0)