mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 17:13:42 +00:00
feat: make DAK logo clickable, links to dashboard
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
061811ce17
commit
8038c6e50d
1 changed files with 2 additions and 2 deletions
|
|
@ -76,9 +76,9 @@ export function Sidebar({ className }: { className?: string }) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<aside className={cn('flex h-full flex-col gap-4 p-4', className)}>
|
<aside className={cn('flex h-full flex-col gap-4 p-4', className)}>
|
||||||
<div className="flex items-center justify-center px-3 py-2">
|
<NavLink to="/dashboard" className="flex items-center justify-center px-3 py-2">
|
||||||
<img src={dakLogo} alt="DAK Gesundheit" className="h-18 w-auto" />
|
<img src={dakLogo} alt="DAK Gesundheit" className="h-18 w-auto" />
|
||||||
</div>
|
</NavLink>
|
||||||
|
|
||||||
<nav className="flex flex-col gap-1">
|
<nav className="flex flex-col gap-1">
|
||||||
{visibleMainItems.map((item) => (
|
{visibleMainItems.map((item) => (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue