From 3fa13e1428a2ea5ce27decdefb6afe809e1e3785 Mon Sep 17 00:00:00 2001 From: "simon.franken" Date: Mon, 23 Feb 2026 10:55:33 +0100 Subject: [PATCH] Use icon.svg in Navbar and LoginPage instead of Clock icon --- frontend/src/components/Navbar.tsx | 2 +- frontend/src/pages/LoginPage.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index a86fbda..1e7ae0d 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -48,7 +48,7 @@ export function Navbar() {
- + TimeTracker Logo TimeTracker diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx index 23d1172..a864a2a 100644 --- a/frontend/src/pages/LoginPage.tsx +++ b/frontend/src/pages/LoginPage.tsx @@ -1,4 +1,3 @@ -import { Clock } from 'lucide-react'; import { useAuth } from '@/contexts/AuthContext'; export function LoginPage() { @@ -8,8 +7,8 @@ export function LoginPage() {
-
- +
+ TimeTracker Logo

TimeTracker