File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,13 @@ export function Header(props: Headerprops) {
99
99
< Link
100
100
href = "#feature-section"
101
101
onClick = { handleScroll }
102
- className = "text-white font-SpaceGrotesk font-light text-center invisible md:visible ml-3 "
102
+ className = "text-white font-SpaceGrotesk font-light text-center invisible md:visible"
103
103
>
104
104
Features
105
105
</ Link >
106
106
< Link
107
107
href = "https://intelowl.readthedocs.io/en/latest"
108
- onClick = { handleScroll }
109
- className = "text-white font-SpaceGrotesk font-light text-center invisible md:visible ml-3"
108
+ className = "text-white font-SpaceGrotesk font-light text-center invisible md:visible"
110
109
>
111
110
Docs
112
111
</ Link >
@@ -118,7 +117,7 @@ export function Header(props: Headerprops) {
118
117
</ Link >
119
118
< Link
120
119
href = "https://opencollective.com/intelowl-project/donate"
121
- className = "text-white font-SpaceGrotesk font-light text-left collapse md:visible"
120
+ className = "text-white font-SpaceGrotesk font-light text-center collapse md:visible"
122
121
>
123
122
Donate
124
123
</ Link >
You can’t perform that action at this time.
0 commit comments