feat(dashboard): add dashboard table with links display

This commit is contained in:
Jan K9f 2025-01-19 21:23:26 +01:00
commit 8bbbdd2dfa
Signed by: jank
GPG key ID: 50620ADD22CD330B
6 changed files with 76 additions and 4 deletions

View file

@ -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">
<body class="h-full" data-theme="light">
<app-root></app-root>
</body>
</html>