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) {
9999 < Link
100100 href = "#feature-section"
101101 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"
103103 >
104104 Features
105105 </ Link >
106106 < Link
107107 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"
110109 >
111110 Docs
112111 </ Link >
@@ -118,7 +117,7 @@ export function Header(props: Headerprops) {
118117 </ Link >
119118 < Link
120119 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"
122121 >
123122 Donate
124123 </ Link >
You can’t perform that action at this time.
0 commit comments