mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
- Updated Kiro OAuth configuration
This commit is contained in:
@@ -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"; }}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user