diff --git a/src/pages/index.astro b/src/pages/index.astro index e1385d2..4577de2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,8 +1,7 @@ --- import Page from "@layouts/Page.astro"; -import Footer from "@components/Footer.astro"; -const bio = "i'm a software developer and security researcher, my interests include programming, video games, and music."; +const bio = "I'm a software developer and security researcher, my interests include programming, video games, and music."; --- @@ -12,12 +11,11 @@ const bio = "i'm a software developer and security researcher, my interests incl

{bio}
- (i also use NixOS btw) + (I also use NixOS btw)

-