mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 16:03:41 +00:00
fix: enlarge logo in sidebar, move DAK Portal title to header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
31c1d63ed7
commit
ddeddeb083
2 changed files with 4 additions and 3 deletions
|
|
@ -56,6 +56,8 @@ export function Header({ onToggleSidebar }: HeaderProps) {
|
|||
<span className="sr-only">Navigation umschalten</span>
|
||||
</Button>
|
||||
|
||||
<span className="text-lg font-semibold">DAK Portal</span>
|
||||
|
||||
<div className="flex-1" />
|
||||
|
||||
{/* Dark mode toggle */}
|
||||
|
|
|
|||
|
|
@ -76,9 +76,8 @@ 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-11 w-auto" />
|
||||
<span className="font-semibold text-lg">DAK Portal</span>
|
||||
<div className="flex items-center justify-center px-3 py-2">
|
||||
<img src={dakLogo} alt="DAK Gesundheit" className="h-14 w-auto" />
|
||||
</div>
|
||||
|
||||
<nav className="flex flex-col gap-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue