Skip to content

Commit

Permalink
changed some button's text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozen2007 committed Aug 25, 2021
1 parent e5ab5b9 commit 83b2698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/success.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Success = ({ session }) => {
</div>
<button
onClick={() => router.push("/")}
className="bg-red-400 rounded-xl font-semibold py-2 mt-8"
className="bg-red-400 text-white rounded-xl font-semibold py-2 mt-8 "
>
Return to Home
</button>
Expand Down

0 comments on commit 83b2698

Please sign in to comment.