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
29778cd3
Commit
29778cd3
authored
Jul 30, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: navigate home header action icon
parent
9735b2dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
Header.css
src/layouts/Header/Header.css
+4
-0
Header.tsx
src/layouts/Header/Header.tsx
+4
-6
No files found.
src/layouts/Header/Header.css
View file @
29778cd3
...
...
@@ -24,6 +24,10 @@
}
.header__actions__logo
{
text-decoration
:
none
;
}
.header__actions__logo
img
{
width
:
30px
;
height
:
30px
;
border-radius
:
2px
;
...
...
src/layouts/Header/Header.tsx
View file @
29778cd3
...
...
@@ -6,7 +6,7 @@ import {
IoSettingsOutline
,
}
from
"react-icons/io5"
;
import
{
GrMenu
}
from
"react-icons/gr"
;
import
{
NavLink
}
from
"react-router-dom"
;
import
{
Link
,
NavLink
}
from
"react-router-dom"
;
import
{
MdLogout
}
from
"react-icons/md"
;
import
{
RiHome3Line
}
from
"react-icons/ri"
;
import
{
BsCreditCard
}
from
"react-icons/bs"
;
...
...
@@ -76,11 +76,9 @@ const Header: React.FC = () => {
<>
<
div
className=
"header wrapper"
>
<
div
className=
"header__actions"
>
<
img
src=
{
TheCybernanny
}
alt=
"TheCybernanny"
className=
"header__actions__logo"
/>
<
Link
to=
{
"/home"
}
className=
"header__actions__logo"
>
<
img
src=
{
TheCybernanny
}
alt=
"TheCybernanny"
/>
</
Link
>
<
GrMenu
className=
"header__actions__icon"
...
...
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