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.
1 parent aca37f8 commit 9c5e730Copy full SHA for 9c5e730
src/components/hero.tsx
@@ -23,7 +23,7 @@ const Hero = () => {
23
variants={fadeIn}
24
className="text-center"
25
>
26
- <h1 className="text-3xl sm:text-5xl md:text-6xl lg:text-7xl xl:text-7xl text-gray-900 dark:text-white font-bold mb-6 leading-tight">
+ <h1 className="text-3xl sm:text-5xl md:text-6xl lg:text-7xl xl:text-8xl text-gray-900 dark:text-white font-bold mb-6 leading-tight">
27
Visualize Your<br />
28
<Highlight>GitHub & GitLab Repos</Highlight>
29
</h1>
0 commit comments