mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 19:33:41 +00:00
fix: increase DAK logo to h-18 in sidebar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ddeddeb083
commit
061811ce17
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ 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">
|
<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>
|
</div>
|
||||||
|
|
||||||
<nav className="flex flex-col gap-1">
|
<nav className="flex flex-col gap-1">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue