chore(layout): remove orphaned marks slot

This commit is contained in:
Josh Bairstow 2026-06-03 16:00:40 +10:00
parent 73170a29e5
commit 993cedf0ed

View file

@ -51,7 +51,6 @@ const canonicalHref = canonical ?? new URL(Astro.url.pathname, Astro.site).toStr
</head>
<body class="dark">
<ParticleField client:idle />
<slot name="marks" />
<div class="stage">
<TopBar current={current} showCoord={showCoordInTopbar} />