feat(navbar): add navbar component and update dashboard layout
This commit is contained in:
parent
8bbbdd2dfa
commit
ebe251c149
10 changed files with 189 additions and 161 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue