mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 01:22:36 +08:00
Update log banner close from div to button
This commit is contained in:
parent
1772682b0a
commit
e7eeb7c47f
|
@ -67,7 +67,7 @@ export default Component.extend(
|
||||||
notices.push([
|
notices.push([
|
||||||
LogsNotice.currentProp("message"),
|
LogsNotice.currentProp("message"),
|
||||||
"alert-logs-notice",
|
"alert-logs-notice",
|
||||||
`<div class='close'>${iconHTML("times")}</div>`
|
`<button class='btn btn-flat close'>${iconHTML("times")}</button>`
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user