- Updated Kiro OAuth configuration

This commit is contained in:
decolua 2026-01-27 11:35:28 +07:00
parent 79342c0c3e
commit 31cc79ab23
29 changed files with 1165 additions and 26 deletions

View file

@ -94,8 +94,8 @@ export default function Header({ onMenuClick, showMenuButton = true }) {
alt={crumb.label}
width={28}
height={28}
className="object-contain rounded"
style={{ width: "auto", height: "auto" }}
className="object-contain rounded max-w-[28px] max-h-[28px]"
sizes="28px"
onError={(e) => { e.currentTarget.style.display = "none"; }}
/>
)}