Skip to content

Commit

Permalink
error page theme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 9, 2024
1 parent bf3ee6f commit 46ddc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default () => {
<div className="flex flex-wrap items-center justify-center gap-3">
<a
href="/"
className="block py-2 px-4 text-white font-medium bg-indigo-600 duration-150 hover:bg-indigo-500 active:bg-indigo-700 rounded-lg">
className="block py-2 px-4 text-white font-medium bg-primary duration-150 hover:bg-secondary active:bg-secondary rounded-lg">
Go back
</a>
</div>
Expand Down

0 comments on commit 46ddc4a

Please sign in to comment.