diff --git a/src/components/robocub/Subteam.astro b/src/components/robocub/Subteam.astro index 7044658..2bf23b1 100644 --- a/src/components/robocub/Subteam.astro +++ b/src/components/robocub/Subteam.astro @@ -1,22 +1,24 @@ --- import { FaGear, FaMicrochip, FaCode } from "react-icons/fa6"; import { LuBrainCircuit } from "react-icons/lu"; -const {title, list}=Astro.props; +const { title, list } = Astro.props; --- -
{title}