FIX: Double footer in install-theme modal (#23503)

This commit is contained in:
Jarek Radosz 2023-09-11 12:04:32 +02:00 committed by GitHub
parent 3a8c0d0408
commit 935625ce2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 26 deletions

View File

@ -167,7 +167,6 @@
</:body>
<:footer>
{{#unless this.popular}}
<div class="modal-footer">
{{#if this.duplicateRemoteThemeWarning}}
<div class="install-theme-warning">
⚠️
@ -192,7 +191,6 @@
@action={{@closeModal}}
@label="cancel"
/>
</div>
{{/unless}}
</:footer>
</DModal>