Skip to content

Commit 70ff7bb

Browse files
feat: add a way to redirect to the user settings screen (#99)
1 parent 6fc9c51 commit 70ff7bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

timeless-api/src/main/webui/src/app/pages/home/home.component.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ export class HomeComponent {
4141
icon: PrimeIcons.DOLLAR,
4242
routerLink: '/home',
4343
},
44+
{
45+
id: 'user-config',
46+
label: 'Dados Pessoais',
47+
styleClass: 'text-sm',
48+
icon: PrimeIcons.USER,
49+
routerLink: '/home/user-configs',
50+
},
4451
];
4552

4653
constructor(

0 commit comments

Comments
 (0)