Increase sidebar Amazon logo size to 1.75x

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DJP 2026-04-14 12:58:08 -04:00
parent d5fa4e49f7
commit e4e36fff4d

View file

@ -85,8 +85,8 @@ export function Sidebar() {
<Image
src={`${process.env.NEXT_PUBLIC_BASE_PATH || ""}/amazon-logo.svg`}
alt="Amazon"
width={120}
height={40}
width={210}
height={70}
className="object-contain"
priority
/>