1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

Move the notification area from main window to preference modal

This commit is contained in:
Kazu Yokomizo
2017-11-05 17:56:32 +09:00
parent 1f8acc3afc
commit 92eccb635a
9 changed files with 14 additions and 32 deletions

View File

@@ -40,7 +40,7 @@ class RealtimeNotification extends React.Component {
? <a styleName='notification-link' href={notifications[0].linkUrl}
onClick={(e) => this.handleLinkClick(e)}
>
{notifications[0].text}
Info: {notifications[0].text}
</a>
: ''