Skip to content

Commit

Permalink
fix: about's next link
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Dec 11, 2022
1 parent baf3b29 commit d17aeda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
**/dist/**
**/__tmp__/**
lerna.json
.github
.github
pnpm-lock.yaml
9 changes: 4 additions & 5 deletions pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ const About: NextPage = () => {
every day.{" "}
</p>

<Link
className="font-bold text-xl md:text-2xl text-center text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-pink-600 border border-black rounded-lg p-3 block mx-2"
href="/"
>
Start your Unconditional.
<Link href="/" legacyBehavior>
<a className="font-bold text-xl md:text-2xl text-center text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-pink-600 border border-black rounded-lg p-3 block mx-2">
Start your Unconditional.
</a>
</Link>
</article>

Expand Down

0 comments on commit d17aeda

Please sign in to comment.