diff --git a/src/assets/luxvim-full-logo-with-lettering.png b/src/assets/luxvim-full-logo-with-lettering.png new file mode 100644 index 0000000..9aedb21 Binary files /dev/null and b/src/assets/luxvim-full-logo-with-lettering.png differ diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 41ac75b..bf721c9 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,6 +1,7 @@ --- // src/components/Navbar.astro import ThemeToggle from './ThemeToggle.astro'; +import logoImage from '../assets/luxvim-full-logo-with-lettering.png'; export interface Props { githubUrl?: string; @@ -30,21 +31,12 @@ const {
- - -
-
- - - -
-
-
- - - - LuxVim - +
+ LuxVim diff --git a/src/pages/index.astro b/src/pages/index.astro index 0b20478..16e3008 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,6 +2,7 @@ import "../styles/global.css"; import Main from "../layouts/main.astro"; import CodeBlock from "../components/CodeBlock.astro"; +import logoImage from "../assets/luxvim-full-logo-with-lettering.png"; // TODO: Extract these into a config file const installCode = `git clone https://github.com/josstei/JoStVIM.git @@ -32,16 +33,14 @@ Lux # For Neovim`;
-
+