From 195b567e7e66c485650faf88913d9b2d347a9dfc Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 24 Oct 2024 18:28:37 -0700 Subject: [PATCH] kill the intro --- src/components/Intro.astro | 63 -------------------------------------- src/layouts/Layout.astro | 3 -- 2 files changed, 66 deletions(-) delete mode 100644 src/components/Intro.astro diff --git a/src/components/Intro.astro b/src/components/Intro.astro deleted file mode 100644 index bc1ed08..0000000 --- a/src/components/Intro.astro +++ /dev/null @@ -1,63 +0,0 @@ ---- ---- - - - \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3b78e55..a5e9f96 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -10,7 +10,6 @@ import { ViewTransitions } from "astro:transitions"; import ReplacementSwap from "astro-vtbot/components/ReplacementSwap.astro"; import Sidebar from "../components/Sidebar.astro"; -import Intro from "../components/Intro.astro"; import "modern-normalize"; import "../styles/main.css"; @@ -40,8 +39,6 @@ import "../styles/main.css"; - -