diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index 4924058..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,61 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - - - diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 454aa7c..8ec44cd 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -2,8 +2,7 @@

Welcome To Purple Bubble!

- A Free and OpenSource Project Created and Maintained By The - Community + An open-source matrix client and cell phone carrier focused on privacy and security in an increasingly censored world
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3d382f9..775334a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,12 +12,12 @@ import "../styles/globals.css";