diff --git a/src/components/experience-card.astro b/src/components/experience-card.astro index a391aed..6c1b073 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?: {src: string, rightPosition: boolean }; + image?: { src: string; rightPosition: boolean }; tech?: string[]; } const { @@ -25,15 +25,49 @@ const { } = Astro.props; --- -