diff --git a/src/components/ExpandableHoloJobCard.tsx b/src/components/ExpandableHoloJobCards.tsx similarity index 99% rename from src/components/ExpandableHoloJobCard.tsx rename to src/components/ExpandableHoloJobCards.tsx index 4ebe335..85d3fd4 100644 --- a/src/components/ExpandableHoloJobCard.tsx +++ b/src/components/ExpandableHoloJobCards.tsx @@ -9,7 +9,7 @@ import calmavitySvg from "../assets/svg/calmavity.svg?raw"; import nodelixSvg from "../assets/svg/nodelix.svg?raw"; import holocardLogoPatternSvg from "../assets/svg/holocard-logo-pattern.svg?raw"; -export function ExpandableHoloJobCard({ +export function ExpandableHoloJobCards({ animation, bullet, listClassName, diff --git a/src/sections/Jobs.astro b/src/sections/Jobs.astro index f257882..41273cc 100644 --- a/src/sections/Jobs.astro +++ b/src/sections/Jobs.astro @@ -1,7 +1,7 @@ --- import { Icon } from "astro-icon/components"; import ConicHeader from "../components/ConicHeader.astro"; -import { ExpandableHoloJobCard } from "../components/ExpandableHoloJobCard"; +import { ExpandableHoloJobCards } from "../components/ExpandableHoloJobCards"; import { Globe } from "../components/Globe"; import MeteorAnimation from "../components/MeteorAnimation.astro"; import { Particles } from "../components/Particles"; @@ -54,12 +54,12 @@ import Separator from "../components/Separator.astro"; Click on the cards below to learn more about the places I've worked at, and a little bit about what I did there.

- - +