refactor: rename visit link confirmation to confirmation modal

This commit is contained in:
Jan K9f 2025-01-21 12:22:59 +01:00
commit 88e9ffdb4a
Signed by: jank
GPG key ID: 50620ADD22CD330B
6 changed files with 24 additions and 16 deletions

View file

@ -1,6 +0,0 @@
<h2 mat-dialog-title>Are you sure?</h2>
<mat-dialog-content>Are you sure you would like to visit {{link}} now?</mat-dialog-content>
<mat-dialog-actions>
<button mat-flat-button color="warn" (click)="close()">No</button>
<button mat-flat-button (click)="accept()">Yes</button>
</mat-dialog-actions>