oft/templates/SidebarTabRearranger/footer.hbs

14 lines
266 B
Handlebars

<footer>
<button type="close">
{{ localize "OFT.apps.discard-changes" }}
</button>
<button>
<oft-icon
name="icons/save"
aria-hidden="true"
var:fill="currentColor"
var:size="1rem"
></oft-icon>
{{ localize "Save Changes" }}
</button>
</footer>