diff --git a/src/components/index/about/AboutSection.astro b/src/components/index/about/AboutSection.astro
index bde0ecc..52ac664 100644
--- a/src/components/index/about/AboutSection.astro
+++ b/src/components/index/about/AboutSection.astro
@@ -38,10 +38,10 @@ const items: Item[] = [
OUCCって
どんなサークル?
-
+
{
items.map(({ icon, description }) => (
- -
+
-
{description.map((x) => (
diff --git a/src/components/join/place/LargeCard.astro b/src/components/join/place/LargeCard.astro
index f1812d5..a4065cc 100644
--- a/src/components/join/place/LargeCard.astro
+++ b/src/components/join/place/LargeCard.astro
@@ -7,7 +7,7 @@ const { title } = Astro.props
---
{title}
diff --git a/src/components/join/place/PlaceDescription.astro b/src/components/join/place/PlaceDescription.astro
index 40caba2..438ed52 100644
--- a/src/components/join/place/PlaceDescription.astro
+++ b/src/components/join/place/PlaceDescription.astro
@@ -3,7 +3,7 @@ import LargeCard from './LargeCard.astro'
import SmallCard from './SmallCard.astro'
---
-
+
diff --git a/src/env.d.ts b/src/env.d.ts
index f964fe0..acef35f 100644
--- a/src/env.d.ts
+++ b/src/env.d.ts
@@ -1 +1,2 @@
+///
///