feat(Sidebar): update BrandLogo size for improved layout
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m26s

This commit is contained in:
2026-03-04 13:11:55 +01:00
parent e8d8ccda42
commit bb4da19f4f

View File

@@ -57,7 +57,7 @@ export default function Sidebar({ open, onClose }) {
<div className="flex flex-col h-full"> <div className="flex flex-col h-full">
{/* Logo */} {/* Logo */}
<div className="flex items-center justify-between h-16 px-4 border-b border-th-border"> <div className="flex items-center justify-between h-16 px-4 border-b border-th-border">
<BrandLogo size="sm" className="flex-1 min-w-0" /> <BrandLogo size="md" className="flex-1 min-w-0" />
<button <button
onClick={onClose} onClick={onClose}
className="lg:hidden p-1.5 rounded-lg hover:bg-th-hover text-th-text-s transition-colors" className="lg:hidden p-1.5 rounded-lg hover:bg-th-hover text-th-text-s transition-colors"