Skip to content

Commit

Permalink
chore: toggle talwindcss indecator
Browse files Browse the repository at this point in the history
  • Loading branch information
wildduck2 committed Aug 14, 2024
1 parent 99500db commit 7cce09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/www/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export default function RootLayout({ children }: RootLayoutProps) {
<div vaul-drawer-wrapper="">
<div className="relative flex min-h-screen flex-col bg-background">{children}</div>
</div>
<TailwindIndicator />
<ThemeSwitcher />
<Analytics />
<DefaultSonner />
Expand All @@ -97,5 +96,6 @@ export default function RootLayout({ children }: RootLayoutProps) {
</>
)
}
// <TailwindIndicator />
// <DefaultToaster />
// <NewYorkToaster />

0 comments on commit 7cce09e

Please sign in to comment.