mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-20 14:34:05 +01:00
refactor: update outdated layout format
This commit is contained in:
parent
86103baa7f
commit
bcc9617010
@ -35,14 +35,14 @@ export function ProjectCard(props: ProjectCardProps) {
|
|||||||
<Image
|
<Image
|
||||||
src={props.imageUri}
|
src={props.imageUri}
|
||||||
alt="Card image"
|
alt="Card image"
|
||||||
layout="fill"
|
fill
|
||||||
className="rounded-t-xl bg-background dark:bg-background h-full"
|
className="rounded-t-xl bg-background dark:bg-background h-full"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Image
|
<Image
|
||||||
src="/money.png"
|
src="/money.png"
|
||||||
alt="Card image"
|
alt="Card image"
|
||||||
layout="fill"
|
fill
|
||||||
className="rounded-t-xl bg-background dark:bg-background h-full"
|
className="rounded-t-xl bg-background dark:bg-background h-full"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user