From acb11e29fd6cdc91df2c2f52a2f5454910c83e6e Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 18 Jan 2025 03:36:50 -0800 Subject: [PATCH] formatting --- src/components/robocub/Subteam.astro | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) 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}

    - {list.map((item)=>( -
  • • {item}
  • - ))} + {list.map((item) =>
  • • {item}
  • )}
-
- {title==="Mechanical" && } - {title==="Electrical" && } - {title==="AI" && } - {title==="Embedded" && } +
+ {title === "Mechanical" && } + {title === "Electrical" && } + {title === "AI" && } + {title === "Embedded" && }
-
\ No newline at end of file +