This commit is contained in:
2024-06-09 20:41:57 +03:00
parent 175d2f9cd4
commit 3fb38cac3a
17 changed files with 549 additions and 39 deletions

View File

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