We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e20f6 commit 6b814baCopy full SHA for 6b814ba
src/components/header.jsx
@@ -76,33 +76,12 @@ export default function WithSubnavigation() {
76
77
return (
78
<>
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
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>
+
101
<header>
102
<Box
103
zIndex="100"
104
className="nav-cont stroke"
105
- top="4rem !important"
+ top="2rem !important"
106
left="0"
107
right="0"
108
pos={"fixed"}
0 commit comments