@@ -85,6 +85,7 @@ class UserMenu extends React.Component {
<UncontrolledDropdown id="userMenu" size="sm">
<DropdownToggle caret color="secondary" outline>
<i className="icon-settings"></i>
+ <i className="fa fa-circle text-danger notification-icon"></i>
</DropdownToggle>
<DropdownMenu positionFixed>
{this.renderEditMenu()}
@@ -34,6 +34,12 @@ $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
}
+.notification-icon {
+ position: absolute;
+ top: -3px;
+ left: 30px;
+}
+
.draft-list-item {
.icon-container {
.icon-copy,