Use icon.svg in Navbar and LoginPage instead of Clock icon

This commit is contained in:
simon.franken
2026-02-23 10:55:33 +01:00
parent 2e629d8017
commit 3fa13e1428
2 changed files with 3 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ export function Navbar() {
<div className="flex justify-between h-16">
<div className="flex">
<div className="flex-shrink-0 flex items-center">
<Clock className="h-8 w-8 text-primary-600" />
<img src="/icon.svg" alt="TimeTracker Logo" className="h-8 w-8 drop-shadow-sm" />
<span className="ml-2 text-xl font-bold text-gray-900">
TimeTracker
</span>