Skip to content

Commit c801a1f

Browse files
committed
tweak
1 parent 7919125 commit c801a1f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/Header.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)