diff --git a/src/components/experience-card.astro b/src/components/experience-card.astro index a4a3dbd..8b6a15f 100644 --- a/src/components/experience-card.astro +++ b/src/components/experience-card.astro @@ -8,7 +8,7 @@ interface Props { title: string; link?: { label: string; uri: string }; notAvailable?: boolean; - image?: string; + image?: {src: string, rightPosition: boolean }; tech?: string[]; } const { @@ -30,9 +30,9 @@ const logoCss = `h-16 w-16 rounded-xl mr-4 ${ }`; --- -
canvas.place is a shared place to express creativity.