Skip to content

Commit 9c5e730

Browse files
committed
chore: update font size
1 parent aca37f8 commit 9c5e730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Hero = () => {
2323
variants={fadeIn}
2424
className="text-center"
2525
>
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">
26+
<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">
2727
Visualize Your<br />
2828
<Highlight>GitHub & GitLab Repos</Highlight>
2929
</h1>

0 commit comments

Comments
 (0)