0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed bug where closing modal takes you to dashboard

no refs
This commit is contained in:
Djordje Vlaisavljevic 2023-05-12 16:09:58 +01:00
parent c1b6d70b3d
commit d82ad53bab

View file

@ -2,8 +2,8 @@
<header class="modal-header">
<h1>Editor beta feedback</h1>
</header>
<a class="close" href="" role="button" title="Close" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span
class="hidden">Close</span></a>
<button class="close" type="button" title="Close" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span
class="hidden">Close</span></button>
<div class="modal-body gh-modal-feedback-lexical">
{{!-- <p>Have any issues? Feedback? Let us know!</p> --}}