Skip to content

Commit 6b814ba

Browse files
authored
Update header.jsx
1 parent 76e20f6 commit 6b814ba

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

src/components/header.jsx

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -76,33 +76,12 @@ export default function WithSubnavigation() {
7676

7777
return (
7878
<>
79-
<Link
80-
_hover={{
81-
textDecor: "none",
82-
}}
83-
href="https://dashboard.techoptimum.org"
84-
isExternal
85-
>
86-
<Box bg="orange.500">
87-
<Text
88-
_hover={{
89-
color: "gray.300",
90-
cursor: "pointer",
91-
}}
92-
transition="300ms"
93-
py="10px"
94-
textAlign="center"
95-
>
96-
Check out our new learning platform that offers 7+ free coding
97-
courses
98-
</Text>
99-
</Box>
100-
</Link>
79+
10180
<header>
10281
<Box
10382
zIndex="100"
10483
className="nav-cont stroke"
105-
top="4rem !important"
84+
top="2rem !important"
10685
left="0"
10786
right="0"
10887
pos={"fixed"}

0 commit comments

Comments
 (0)