Skip to content

Commit

Permalink
style: remove Breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
rowthan committed Jun 21, 2024
1 parent 8f35d38 commit 29b984c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/layouts/BasicLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ export default function BasicLayout(
type="image/x-icon"
/>
</Head>
{nav && (
<nav>
<Breadcrumbs />
</nav>
)}
{/*{nav && (*/}
{/* <nav>*/}
{/* <Breadcrumbs />*/}
{/* </nav>*/}
{/*)}*/}
<main className="mx-auto relative min-h-fill">{children}</main>
<Asides/>
</>
Expand Down

0 comments on commit 29b984c

Please sign in to comment.