diff options
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.html | 6 |
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> |