Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 8e1dccf

Browse files
committed
use trashcan icon
1 parent fd69ffe commit 8e1dccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/notifications-log.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = class NotificationsLog
4949
header.appendChild(button)
5050

5151
button = document.createElement('button')
52-
button.classList.add('notifications-clear-log', 'btn', 'icon', 'icon-dash')
52+
button.classList.add('notifications-clear-log', 'btn', 'icon', 'icon-trashcan')
5353
button.addEventListener 'click', (e) -> atom.commands.dispatch(atom.views.getView(atom.workspace), "notifications:clear-log")
5454
@subscriptions.add atom.tooltips.add(button, {title: "Clear notifications"})
5555
header.appendChild(button)

0 commit comments

Comments
 (0)