Skip to content

Commit

Permalink
fix: header link
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Nov 7, 2023
1 parent cff81e8 commit 89b3971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
[routerLink]="'/user/login'">{{ 'COMPONENTS.HEADER.SIGNUP.LOGIN' | translate }}</a>
</li>
<li><a (click)="toggleMenu(menu)"
[routerLink]="'/user/events'">{{ 'COMPONENTS.HEADER.SIGNUP.NEW_EVENT' | translate }}</a>
[routerLink]="'/user/new-event'">{{ 'COMPONENTS.HEADER.SIGNUP.NEW_EVENT' | translate }}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 89b3971

Please sign in to comment.