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.
2 parents d834e0f + 3bfabfb commit f25b4faCopy full SHA for f25b4fa
components/Header.tsx
@@ -38,10 +38,10 @@ export function Header(props: Headerprops) {
38
Features
39
</Link>
40
<Link
41
- href="/#testimonial-section"
42
- className="text-white font-SpaceGrotesk font-light hidden md:flex md:justify-center md:flex-row"
+ href="https://intelowl.readthedocs.io/en/latest"
+ className="text-white font-SpaceGrotesk font-light text-center invisible md:visible"
43
>
44
- Testimonials
+ Docs
45
46
47
href={"/blogs"}
0 commit comments