diff --git a/src/assets/space-timelapse.jpg b/src/assets/space-timelapse.jpg deleted file mode 100644 index 3ea0b66..0000000 Binary files a/src/assets/space-timelapse.jpg and /dev/null differ diff --git a/src/components/content-section.astro b/src/components/content-section.astro index e710396..da6e89e 100644 --- a/src/components/content-section.astro +++ b/src/components/content-section.astro @@ -14,12 +14,14 @@ const { title, id } = Astro.props;

{title}

-

+

diff --git a/src/components/github-corner.astro b/src/components/github-corner.astro deleted file mode 100644 index f646e05..0000000 --- a/src/components/github-corner.astro +++ /dev/null @@ -1,52 +0,0 @@ - - - - - diff --git a/src/components/header.astro b/src/components/header.astro index c4be682..b2d07fd 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -8,21 +8,26 @@ const navItems: Array = [ { title: "FAQs", url: "#faqs" }, { title: "AstroCommunity", url: "https://git.astronvim.com/AstroCommunity" }, { title: "Documentation", url: "https://docs.astronvim.com" }, + { + title: "Source Code", + icon: "tabler:brand-github", + url: "https://git.astronvim.com", + }, { title: "Socials", icon: "tabler:at", url: "#socials" }, ]; ---
- astronvim_logo + + astronvim_logo +