Update log banner close from div to button

This commit is contained in:
Kris 2019-10-30 14:36:45 -04:00
parent 1772682b0a
commit e7eeb7c47f

View File

@ -67,7 +67,7 @@ export default Component.extend(
notices.push([
LogsNotice.currentProp("message"),
"alert-logs-notice",
`<div class='close'>${iconHTML("times")}</div>`
`<button class='btn btn-flat close'>${iconHTML("times")}</button>`
]);
}