diff --git a/src/components/LayoutComponents/Navbar.astro b/src/components/LayoutComponents/Navbar.astro index 08cb00d..720d3bd 100644 --- a/src/components/LayoutComponents/Navbar.astro +++ b/src/components/LayoutComponents/Navbar.astro @@ -3,10 +3,6 @@ import { Image } from "astro:assets"; import { Icon } from "astro-icon/components"; import ThemeSwitch from "./ThemeSwitch.astro"; import logo from "./logo.png"; - -const defaultFontSize = 16; -// 120%, 2em -const svgSize = defaultFontSize * 1.2 * 2; ---