mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +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
|
||||
src={props.imageUri}
|
||||
alt="Card image"
|
||||
layout="fill"
|
||||
fill
|
||||
className="rounded-t-xl bg-background dark:bg-background h-full"
|
||||
/>
|
||||
) : (
|
||||
<Image
|
||||
src="/money.png"
|
||||
alt="Card image"
|
||||
layout="fill"
|
||||
fill
|
||||
className="rounded-t-xl bg-background dark:bg-background h-full"
|
||||
/>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user