aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-15 17:28:01 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-15 17:28:01 -0400
commit51f0322db803ed3baf1f24f18a6e7a83dab58a3b (patch)
treef252383812cf1131199fa147feb0eca7639b520a /ufund-ui/src/app/components/dashboard
parent4f2f1d0944b15ced834255cd2934516a953b97a5 (diff)
downloadJellySolutions-51f0322db803ed3baf1f24f18a6e7a83dab58a3b.tar.gz
JellySolutions-51f0322db803ed3baf1f24f18a6e7a83dab58a3b.tar.bz2
JellySolutions-51f0322db803ed3baf1f24f18a6e7a83dab58a3b.zip
Add login redirection
Diffstat (limited to 'ufund-ui/src/app/components/dashboard')
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html
index f41ccef..c73849f 100644
--- a/ufund-ui/src/app/components/dashboard/dashboard.component.html
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html
@@ -1,3 +1,5 @@
<p>dashboard works!</p>
-<a routerLink="/cupboard">Go to the Cupboard</a>
-<a routerLink="/basket">Go to my basket</a>
+<ul>
+ <li><a routerLink="/cupboard">Go to the Cupboard</a></li>
+ <li><a routerLink="/basket">Go to my basket</a></li>
+</ul>