feat(notes): drop the redundant Close button from share popup
All checks were successful
CI / verify (push) Successful in 1m6s

The backdrop already dismisses the dialog on outside click.
This commit is contained in:
Julien Calixte
2026-07-11 12:57:44 +02:00
parent b34b5851cd
commit c21619c53a

View File

@@ -148,12 +148,6 @@ const copy = async (url: string, label: string) => {
</span>
</span>
</button>
<div class="modal-action">
<form method="dialog">
<button class="btn btn-ghost">Close</button>
</form>
</div>
</div>
<form method="dialog" class="modal-backdrop">
<button>close</button>