diff --git a/packages/guide/package.json b/packages/guide/package.json index ba2dd1763..4546ae91d 100644 --- a/packages/guide/package.json +++ b/packages/guide/package.json @@ -39,7 +39,6 @@ "@astrojs/react": "^1.1.4", "@code-hike/mdx": "^0.7.4", "@discordjs/ui": "workspace:^", - "@hotwired/turbo": "^7.2.0", "ariakit": "^2.0.0-next.41", "astro": "^1.4.6", "cmdk": "^0.1.20", diff --git a/packages/guide/src/components/SidebarLayout.astro b/packages/guide/src/components/SidebarLayout.astro index 42b0499c2..41a60529a 100644 --- a/packages/guide/src/components/SidebarLayout.astro +++ b/packages/guide/src/components/SidebarLayout.astro @@ -10,18 +10,18 @@ type Props = MarkdownLayoutProps<{}>; const { headings } = Astro.props; --- -