From 0e28c8d33a3454e3f5d48ec1fba48a2b4fb8f95b Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:53:02 +0100 Subject: [PATCH] Update logo source path in Navbar component to maintain consistency across the application --- src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index c664867..5d2a45c 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -52,7 +52,7 @@ function Navbar() { unoptimized width={18} alt="logo" - src="/proxmox-helper-scripts/logo.png" + src="/logo.png" /> Proxmox VE Helper-Scripts