Skip to content

Commit

Permalink
Add border for better banner visibility on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 4, 2024
1 parent f26b6cd commit 6b08750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Chessguessr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const Chessguessr = ({
<a
href="https://chessprophet.app"
target="_blank"
className="inline-block bg-gray-900 px-6 py-2.5 rounded-xl text-white text-sm mb-4 text-center"
className="inline-block bg-gray-900 px-6 py-2.5 rounded-xl text-white text-sm mb-4 text-center border-2 border-white"
onClick={() => {
trackEvent("Click Chess Prophet");
}}
Expand Down

1 comment on commit 6b08750

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for chessguessr ready!

✅ Preview
https://chessguessr-jmgt7x392-assios.vercel.app

Built with commit 6b08750.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.