From 9eaa6e209e50eb4946cf32e52ba5010f7061be80 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:49:09 +0400 Subject: [PATCH] Fix incorrect attribute in Navbar component SVG Remove extraneous single character attribute 'f' from the SVG rect element in the Navbar component of astro file. This correction ensures that the SVG renders correctly, maintaining the desired appearance of the Navbar. --- src/components/Navbar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index ea91632..927e08d 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -17,7 +17,7 @@ import ThemeIcon from "../components/ThemeIcon.astro"; > -