diff --git a/src/components/Articles.astro b/src/components/Articles.astro
index 1ce974c..6553767 100644
--- a/src/components/Articles.astro
+++ b/src/components/Articles.astro
@@ -119,8 +119,9 @@ const sortedData = combinedData.sort(compareDates).slice(0, 15);
})
}
-
-
-
+
+
+
+
diff --git a/src/pages/404.astro b/src/pages/404.astro
index 9dc7aee..7d34032 100644
--- a/src/pages/404.astro
+++ b/src/pages/404.astro
@@ -1,6 +1,5 @@
---
import Page from "../layouts/Page.astro"
-import transLogo from "../assets/TRANs.svg"
import ZennContent from "../components/Zenn.astro"
---
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 42d0cc3..74eb524 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,6 +1,5 @@
---
import Page from "../layouts/Page.astro"
-import transLogo from "../assets/TRANs.svg"
import Articles from "../components/Articles.astro"
import Projects from "../components/Projects.astro"
---