mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 18:23:42 +00:00
fix: increase DAK logo size in sidebar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
617e5c2ae7
commit
31c1d63ed7
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 gap-2 px-3 py-2">
|
<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>
|
<span className="font-semibold text-lg">DAK Portal</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue