mirror of
https://github.com/plankanban/planka.git
synced 2025-08-10 16:05:35 +02:00
add link favorites
This commit is contained in:
parent
aeffd5cc1b
commit
6b93184429
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ const Header = React.memo(
|
|||
<Icon fitted name="users" />
|
||||
</Menu.Item>
|
||||
)}
|
||||
<Menu.Item className={classNames(styles.item, styles.itemHoverable)}>
|
||||
<a href="/user/cards" target="_blank" rel="noopener noreferrer">
|
||||
<Icon fitted name="star" style={{ color: 'yellow' }} />
|
||||
</a>
|
||||
</Menu.Item>
|
||||
<NotificationsPopup items={notifications} onDelete={onNotificationDelete}>
|
||||
<Menu.Item className={classNames(styles.item, styles.itemHoverable)}>
|
||||
<Icon fitted name="bell" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue