style: remove unnecessary comments from HTML files
This commit is contained in:
parent
b51305ca64
commit
f69237a1a9
5 changed files with 1 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
<div class="min-h-screen bg-deep-blue flex items-center justify-center">
|
||||
<div class="modal-card max-w-md w-full bg-deep-blue rounded-lg shadow-xl p-6 relative">
|
||||
<!-- Close Button -->
|
||||
<button
|
||||
(click)="closeDialog.emit()"
|
||||
class="absolute top-4 right-4 text-text-secondary hover:text-white transition-colors"
|
||||
|
|
Reference in a new issue