Skip to content

Commit

Permalink
fix: pagespeed LCP
Browse files Browse the repository at this point in the history
  • Loading branch information
krsiakdaniel committed Mar 7, 2024
1 parent 5ffcdde commit 5e740d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const Hero = () => {
data-testid="hero-heading"
className="mb-4 text-center text-5xl font-bold leading-none tracking-tight text-neutral-900 dark:text-white sm:text-6xl lg:text-7xl"
>
Daniel Krsiak <span className="block text-violet-600 dark:text-violet-600">React Developer</span>
Daniel Krsiak
<br />
<span className="text-violet-600 dark:text-violet-600">React Developer</span>
</h1>

<p
Expand Down

0 comments on commit 5e740d0

Please sign in to comment.