- Updated Kiro OAuth configuration
This commit is contained in:
parent
79342c0c3e
commit
31cc79ab23
29 changed files with 1165 additions and 26 deletions
|
|
@ -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"; }}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue