feat(navbar): add navbar component and update dashboard layout

This commit is contained in:
Jan K9f 2025-01-19 21:59:45 +01:00
commit ebe251c149
Signed by: jank
GPG key ID: 50620ADD22CD330B
10 changed files with 189 additions and 161 deletions

View file

@ -1,5 +1,5 @@
<!doctype html>
<html class="h-full bg-white" lang="en">
<html class="h-full" lang="en" data-theme="light">
<head>
<meta charset="utf-8">
<title>Jklink</title>
@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="h-full" data-theme="light">
<body class="h-full base-100" >
<app-root></app-root>
</body>
</html>