style: remove unnecessary comments from HTML files

This commit is contained in:
Jan-Marlon Leibl 2025-05-14 12:02:27 +02:00
commit f69237a1a9
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
5 changed files with 1 additions and 13 deletions

View file

@ -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"

View file

@ -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"