Skip to content

Commit

Permalink
fix(not-found): text style
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Jan 18, 2024
1 parent 964e6ce commit 02171a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function NotFound() {
Not found
</h2>
<Link
className="px-5 py-2 text-xl font-bold lg:px-6 lg:py-3 lg:text-2x"
className="px-5 py-2 text-xl font-bold lg:px-6 lg:py-3 lg:text-2xl"
href="/"
>
Go home
Expand Down

0 comments on commit 02171a7

Please sign in to comment.