Commit 6e3c5c50 by asranov0003

feat: add support

parent 6707e48d
......@@ -7,7 +7,7 @@ import {
} from "react-icons/io5";
import { GrMenu } from "react-icons/gr";
import { Link, NavLink } from "react-router-dom";
import { MdLogout, MdNewspaper } from "react-icons/md";
import { MdLogout, MdNewspaper, MdSupportAgent } from "react-icons/md";
import { RiHome3Line } from "react-icons/ri";
import { BsCreditCard } from "react-icons/bs";
import { useTranslation } from "react-i18next";
......@@ -185,6 +185,15 @@ const Header: React.FC = () => {
<span>{t("navs.subscriptions")}</span>
</NavLink>
<a
href="https://t.me/cybernanny_support"
target="_blank"
rel="noopener noreferrer"
>
<MdSupportAgent className="sidebard__content__navs__icon" />
<span>{t("navs.support")}</span>
</a>
<NavLink
to={"/settings"}
className={({ isActive }) => (isActive ? "active" : "")}
......
......@@ -43,6 +43,7 @@
"notifications": "Notifications",
"news": "News",
"subscriptions": "Subscriptions",
"support": "Support",
"settings": "Settings",
"logout": "Logout"
},
......
......@@ -43,6 +43,7 @@
"notifications": "Уведомления",
"news": "Новости",
"subscriptions": "Подписки",
"support": "Поддержка",
"settings": "Настройки",
"logout": "Выйти"
},
......
......@@ -43,6 +43,7 @@
"notifications": "Bildirishnomalar",
"news": "Yangiliklar",
"subscriptions": "Obunalar",
"support": "Qo'llab-quvvatlash",
"settings": "Sozlamalar",
"logout": "Chiqish"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment