From dca561535c0000334df4873ee1c1398b97fc87cd Mon Sep 17 00:00:00 2001 From: TZGyn Date: Mon, 11 Mar 2024 20:42:54 +0800 Subject: [PATCH] update dashboard UI --- frontend/src/routes/(app)/+page.svelte | 47 ++++++++++++++------------ 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/frontend/src/routes/(app)/+page.svelte b/frontend/src/routes/(app)/+page.svelte index 8db66a5..c2861c9 100644 --- a/frontend/src/routes/(app)/+page.svelte +++ b/frontend/src/routes/(app)/+page.svelte @@ -3,32 +3,35 @@ import * as Card from '$lib/components/ui/card' import { Button } from '$lib/components/ui/button' import { Separator } from '$lib/components/ui/separator' - import { BarChart } from 'lucide-svelte' + import { BarChart, ExternalLink } from 'lucide-svelte' export let data: PageData -
-
Dashboard
+
+

Projects

+
- -