fix: increase DAK logo to h-18 in sidebar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
CCS Admin 2026-02-26 18:56:40 +00:00
parent ddeddeb083
commit 061811ce17

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 justify-center px-3 py-2">
<img src={dakLogo} alt="DAK Gesundheit" className="h-14 w-auto" />
<img src={dakLogo} alt="DAK Gesundheit" className="h-18 w-auto" />
</div>
<nav className="flex flex-col gap-1">