Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
thecybernanny-webapp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asranov0003
thecybernanny-webapp
Commits
6e3c5c50
Commit
6e3c5c50
authored
Aug 05, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add support
parent
6707e48d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
Header.tsx
src/layouts/Header/Header.tsx
+10
-1
en.json
src/locales/en/en.json
+1
-0
ru.json
src/locales/ru/ru.json
+1
-0
uz.json
src/locales/uz/uz.json
+1
-0
No files found.
src/layouts/Header/Header.tsx
View file @
6e3c5c50
...
...
@@ -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"
:
""
)
}
...
...
src/locales/en/en.json
View file @
6e3c5c50
...
...
@@ -43,6 +43,7 @@
"notifications"
:
"Notifications"
,
"news"
:
"News"
,
"subscriptions"
:
"Subscriptions"
,
"support"
:
"Support"
,
"settings"
:
"Settings"
,
"logout"
:
"Logout"
},
...
...
src/locales/ru/ru.json
View file @
6e3c5c50
...
...
@@ -43,6 +43,7 @@
"notifications"
:
"Уведомления"
,
"news"
:
"Новости"
,
"subscriptions"
:
"Подписки"
,
"support"
:
"Поддержка"
,
"settings"
:
"Настройки"
,
"logout"
:
"Выйти"
},
...
...
src/locales/uz/uz.json
View file @
6e3c5c50
...
...
@@ -43,6 +43,7 @@
"notifications"
:
"Bildirishnomalar"
,
"news"
:
"Yangiliklar"
,
"subscriptions"
:
"Obunalar"
,
"support"
:
"Qo'llab-quvvatlash"
,
"settings"
:
"Sozlamalar"
,
"logout"
:
"Chiqish"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment