From ae0f02565bf0719aff77e5a10f3bee48a93f0015 Mon Sep 17 00:00:00 2001 From: Tim <47184194+imgde@users.noreply.github.com> Date: Sun, 22 Jun 2025 12:14:46 +0200 Subject: [PATCH] efix navbar icon --- 01-frontend/src/helper/navbar/NavBar.css | 6 ++-- 01-frontend/src/helper/navbar/NavBar.tsx | 42 +++++++++++------------- 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/01-frontend/src/helper/navbar/NavBar.css b/01-frontend/src/helper/navbar/NavBar.css index e43ea76..4e15c69 100644 --- a/01-frontend/src/helper/navbar/NavBar.css +++ b/01-frontend/src/helper/navbar/NavBar.css @@ -14,11 +14,9 @@ /* Logo styles */ .navbar-logo { - font-family: 'Roboto', sans-serif; - font-weight: bold; - color: white; text-decoration: none; - margin-right: auto; + margin-right: 1rem; + height: 3rem; } /* Menu styles */ diff --git a/01-frontend/src/helper/navbar/NavBar.tsx b/01-frontend/src/helper/navbar/NavBar.tsx index 2054fd0..cfd622b 100644 --- a/01-frontend/src/helper/navbar/NavBar.tsx +++ b/01-frontend/src/helper/navbar/NavBar.tsx @@ -149,28 +149,26 @@ export default function NavBar() { }} > - - DPShop Logo - - Digitaler Produktionsshop - - + Logo + + Digitaler Produktionsshop +