From ef151ddfcd6006c54edee0f03d51260283ef539b Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 18 Jan 2025 03:43:28 -0800 Subject: [PATCH] fixed rounded corners bug for blur --- src/components/robocub/Subteam.astro | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/robocub/Subteam.astro b/src/components/robocub/Subteam.astro index 2bf23b1..e698960 100644 --- a/src/components/robocub/Subteam.astro +++ b/src/components/robocub/Subteam.astro @@ -5,20 +5,12 @@ const { title, list } = Astro.props; ---

{title}

-
- {title === "Mechanical" && } - {title === "Electrical" && } - {title === "AI" && } - {title === "Embedded" && } -