upd
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import {
|
||||
ClockCircleOutlined,
|
||||
DesktopOutlined,
|
||||
GlobalOutlined,
|
||||
LogoutOutlined,
|
||||
@ -113,6 +114,11 @@ const HeaderComponent = () => {
|
||||
icon: <DesktopOutlined />,
|
||||
disabled: !user,
|
||||
},
|
||||
{
|
||||
label: <Link to="/parting">{tr("Current queues")}</Link>,
|
||||
key: "parting",
|
||||
icon: <ClockCircleOutlined />,
|
||||
},
|
||||
{
|
||||
label: <Link to="/news">{tr("News")}</Link>,
|
||||
key: "news",
|
||||
@ -171,6 +177,11 @@ const HeaderComponent = () => {
|
||||
disabled: !user,
|
||||
onClick: () => setDrawerOpen(false),
|
||||
},
|
||||
{
|
||||
label: <Link to="/parting">{tr("Current queues")}</Link>,
|
||||
key: "parting",
|
||||
icon: <ClockCircleOutlined />,
|
||||
},
|
||||
{
|
||||
label: <Link to="/news">{tr("News")}</Link>,
|
||||
key: "news",
|
||||
|
||||
Reference in New Issue
Block a user