diff --git a/bun.lockb b/bun.lockb index dda70b11..e9a69b59 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/app/harbor/battles/project-card.tsx b/src/app/harbor/battles/project-card.tsx index 4b8578ba..7d19f9aa 100644 --- a/src/app/harbor/battles/project-card.tsx +++ b/src/app/harbor/battles/project-card.tsx @@ -48,8 +48,12 @@ export default function ProjectCard({ src={project.screenshot_url} alt={`Screenshot of ${project.title}`} fill - sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw" className="object-cover" + sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw" + style={{ + maxWidth: '100%', + height: 'auto', + }} /> )} diff --git a/src/app/harbor/shipyard/ships.tsx b/src/app/harbor/shipyard/ships.tsx index d425550d..d1c45d01 100644 --- a/src/app/harbor/shipyard/ships.tsx +++ b/src/app/harbor/shipyard/ships.tsx @@ -246,7 +246,14 @@ export default function Ships({ ship will start getting into matchups.
Arrrr! Something broke.
{errorModal}
diff --git a/src/app/harbor/shop/shop-item-component.js b/src/app/harbor/shop/shop-item-component.js index 97ea79e1..a45bbd9d 100644 --- a/src/app/harbor/shop/shop-item-component.js +++ b/src/app/harbor/shop/shop-item-component.js @@ -123,6 +123,10 @@ export const ShopItemComponent = ({ alt="" width={461} height={11} + style={{ + maxWidth: '100%', + height: 'auto', + }} /> {item.limited_qty && ( @@ -165,7 +169,6 @@ export const ShopItemComponent = ({ Close@@ -928,7 +949,6 @@ export default async function Marketing() {
Hey, {session.givenName}!
{' '}