mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +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([
|
||||
LogsNotice.currentProp("message"),
|
||||
"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