mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00:00
15 lines
411 B
HTML
15 lines
411 B
HTML
<div class="console-app__pocReminder">
|
|
<p class="">
|
|
Please take a moment to complete annual review of
|
|
<a routerLink="/settings">contacts</a>.
|
|
</p>
|
|
<span matSnackBarActions>
|
|
<button mat-button matSnackBarAction (click)="confirmReviewed()">
|
|
Confirm reviewed
|
|
</button>
|
|
<button mat-button matSnackBarAction (click)="snackBarRef.dismiss()">
|
|
Close
|
|
</button>
|
|
</span>
|
|
</div>
|