Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
Holyvert committed Apr 10, 2024
1 parent 7f5eb0c commit d90f107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export class HeaderComponent {
updateMyObject(windowWidth: number) {
//set links
this.links = [
{ label: 'Profile', path: 'user-profile', authority: linkAuthority.Any },
{ label: 'Home', path: '', authority: linkAuthority.Any },
{ label: 'Profile', path: 'user-profile', authority: linkAuthority.Any },
{
label: 'My Properties',
path: 'my-properties',
Expand Down

0 comments on commit d90f107

Please sign in to comment.