feat: add breadcrumb navigation header to card view (#250)

* feat: add card breadcrumb navigation

* feat: wrap title onto new line
This commit is contained in:
Henry
2025-11-21 21:34:12 +00:00
committed by GitHub
parent 1651faae14
commit 64aace6e3b
3 changed files with 70 additions and 35 deletions

View File

@@ -122,10 +122,10 @@ export default function SideNavigation({
)}
>
<div>
<div className="hidden h-14 items-center justify-between pb-[18px] pt-1.5 md:flex">
<div className="hidden h-[45px] items-center justify-between pb-3 md:flex">
{!isCollapsed && (
<Link href="/" className="block">
<h1 className="pl-2 text-lg font-bold tracking-tight text-neutral-900 dark:text-dark-1000">
<h1 className="pl-2 text-[16px] font-bold tracking-tight text-neutral-900 dark:text-dark-1000">
kan.bn
</h1>
</Link>