diff --git a/src/components/experience-card.astro b/src/components/experience-card.astro index 8b6a15f..a391aed 100644 --- a/src/components/experience-card.astro +++ b/src/components/experience-card.astro @@ -23,11 +23,6 @@ const { image, tech, } = Astro.props; - -// Define how to display logo -const logoCss = `h-16 w-16 rounded-xl mr-4 ${ - logoTransparentBackground === true ? "p-2 bg-white" : "" -}`; ---