Skip to content

Commit

Permalink
Remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 12, 2024
1 parent 426f370 commit 946dfcb
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions app/components/Chessguessr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,28 +164,6 @@ export const Chessguessr = ({
/>
</div>
<Game>
<div className="flex justify-center items-center w-full px-4 sm:px-0">
<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 border-2 border-white"
onClick={() => {
trackEvent("Click Chess Prophet");
}}
>
<strong>Sponsored</strong>
<svg
viewBox="0 0 2 2"
className="mx-2 inline h-0.5 w-0.5 fill-current"
aria-hidden="true"
>
<circle cx="1" cy="1" r="1" />
</svg>
New Chess Prophet game 16:00 UTC TODAY! &nbsp;
<span aria-hidden="true">&rarr;</span>
</a>
</div>

<BoardWrapper>
<Players>
<p className="sm:text-lg lg:text-2xl mb-2 font-semibold text-center">
Expand Down

1 comment on commit 946dfcb

@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-pdeevd6ui-assios.vercel.app

Built with commit 946dfcb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.