From cb8126bbdb49c16ec89b149db0b23d223884237d Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Sat, 3 Jun 2023 02:19:27 +0200 Subject: [PATCH] format --- src/components/experience-card.astro | 44 ++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 5 deletions(-) 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; --- -
+
- {image && } + { + image && ( + + ) + } -
+
- {logo && } + { + logo && ( + + ) + }
{name}
{dates}