You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<labelled-button[actionId]="'scoreboard'" [actionDescription]="'Display current team ranking'" [actionText]="'Scoreboard'" [actionRoute]="['/scoreboard']"></labelled-button>
29
-
<labelled-button[actionId]="'profile'" [actionDescription]="'View your user profile'" [actionText]="'Profile'" [actionRoute]="['/profile']"></labelled-button>
30
-
<labelled-button[actionId]="'team'" [actionDescription]="'View your team\'s profile'" [actionText]="'Team'" [actionRoute]="['/team']"></labelled-button>
<labelled-button(click)="hideMenu()" [actionId]="'scoreboard'" [actionDescription]="'Display current team ranking'" [actionText]="'Scoreboard'" [actionRoute]="['/scoreboard']"></labelled-button>
31
+
<labelled-button(click)="hideMenu()" [actionId]="'profile'" [actionDescription]="'View your user profile'" [actionText]="'Profile'" [actionRoute]="['/profile']"></labelled-button>
32
+
<labelled-button(click)="hideMenu()" [actionId]="'team'" [actionDescription]="'View your team\'s profile'" [actionText]="'Team'" [actionRoute]="['/team']"></labelled-button>
<labelled-button[actionId]="'logout'" [actionDescription]="'Log out to have a nice walk outside. Just kidding, everyone knows you never leave your room.'" [actionText]="'Log out'" [actionRoute]="['/session/logout']"></labelled-button>
35
+
<labelled-button(click)="hideMenu()" [actionId]="'logout'" [actionDescription]="'Log out to have a nice walk outside. Just kidding, everyone knows you never leave your room.'" [actionText]="'Log out'" [actionRoute]="['/session/logout']"></labelled-button>
0 commit comments