From 0f7b95d2a59b906d70228d2307ba436a08e6cf81 Mon Sep 17 00:00:00 2001 From: RazvanBalota <118636956+RazvanBalota@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:48:18 +0200 Subject: [PATCH] fix:add defined height to the logo (#10) --- 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 793343d..a97d350 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -18,7 +18,7 @@ import NavLinks from "./NavLinks.astro";