1
0
Fork 0
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:
Xziy 2023-07-04 23:37:26 +03:00
parent aeffd5cc1b
commit 6b93184429

View file

@ -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" />