Skip to content

Commit

Permalink
added taskbar fill
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Dec 26, 2024
1 parent c52e42d commit 74b28fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/health/health.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<div class="space-container">
<mat-toolbar class="primary-color font-size-1 action-buttons">
<span class="toolbar-fill"></span>
<a mat-raised-button color="accent" i18n [routerLink]="['update']" *ngIf="isOwnUser">Update Details</a>
<a mat-raised-button color="accent" i18n [routerLink]="['event', { id: userDetail._id }]">Add Examination</a>
<span *ngIf="userDetail.firstName === undefined"><ng-container i18n>Member login:</ng-container> {{userDetail.name}}</span>
Expand Down

0 comments on commit 74b28fc

Please sign in to comment.