fix: increase DAK logo size in sidebar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
CCS Admin 2026-02-26 18:50:27 +00:00
parent 617e5c2ae7
commit 31c1d63ed7

View file

@ -77,7 +77,7 @@ export function Sidebar({ className }: { className?: string }) {
return (
<aside className={cn('flex h-full flex-col gap-4 p-4', className)}>
<div className="flex items-center gap-2 px-3 py-2">
<img src={dakLogo} alt="DAK Gesundheit" className="h-8 w-auto" />
<img src={dakLogo} alt="DAK Gesundheit" className="h-11 w-auto" />
<span className="font-semibold text-lg">DAK Portal</span>
</div>