mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
inspect path by breadcrumbs
This commit is contained in:
@@ -3,7 +3,7 @@ import Link from 'next/link'
|
||||
import Logo from './logo'
|
||||
import Breadcrumbs from './breadcrumbs'
|
||||
|
||||
export default function Header({ label }: { label?: string }) {
|
||||
export default function Header() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
@@ -20,7 +20,7 @@ export default function Header({ label }: { label?: string }) {
|
||||
</h1>
|
||||
<Logo className="w-40 flex-shrink-0" />
|
||||
</div>
|
||||
<Breadcrumbs label={label} />
|
||||
<Breadcrumbs />
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user