From 511710ee78959e80b577cbef6642d59dd3376c27 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Sat, 3 Jun 2023 01:17:55 +0200 Subject: [PATCH] experience card: ability to display image on left or right --- src/components/experience-card.astro | 6 +++--- src/components/projects.astro | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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.