File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
src/app/components/navbar Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,18 @@ <h1 class="text-xl font-bold ml-2 text-primary relative">
1919 [attr.aria-label] ="'Primary Navigation' "
2020 > </ p-menubar >
2121
22- < p-button
23- *ngIf ="!isAuthenticated && (enableSignUp$ | async) "
24- routerLink ="/login "
25- [queryParams] ="{ newUser: 'true' } "
26- label ="Sign Up "
27- size ="small "
28- icon ="pi pi-face-smile "
29- class ="ml-1 "
30- aria-label ="Login "
31- />
22+ < ng-template *ngIf ="(enableSignUp$ | async) ">
23+ < p-button
24+ *ngIf ="!isAuthenticated "
25+ routerLink ="/login "
26+ [queryParams] ="{ newUser: 'true' } "
27+ label ="Sign Up "
28+ size ="small "
29+ icon ="pi pi-face-smile "
30+ class ="ml-1 "
31+ aria-label ="Login "
32+ />
33+ </ ng-template >
3234
3335 < button
3436 pButton
You can’t perform that action at this time.
0 commit comments