Skip to content

Commit f25b4fa

Browse files
chore: fix merge conflicts
2 parents d834e0f + 3bfabfb commit f25b4fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export function Header(props: Headerprops) {
3838
Features
3939
</Link>
4040
<Link
41-
href="/#testimonial-section"
42-
className="text-white font-SpaceGrotesk font-light hidden md:flex md:justify-center md:flex-row"
41+
href="https://intelowl.readthedocs.io/en/latest"
42+
className="text-white font-SpaceGrotesk font-light text-center invisible md:visible"
4343
>
44-
Testimonials
44+
Docs
4545
</Link>
4646
<Link
4747
href={"/blogs"}

0 commit comments

Comments
 (0)