Skip to content

Commit ec4ce7d

Browse files
committed
Revert "Add banner"
This reverts commit 70fe045.
1 parent f082ebd commit ec4ce7d

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

app/components/Chessguessr.tsx

-22
Original file line numberDiff line numberDiff line change
@@ -164,28 +164,6 @@ export const Chessguessr = ({
164164
/>
165165
</div>
166166
<Game>
167-
<div className="flex justify-center items-center w-full px-4 sm:px-0">
168-
<a
169-
href="https://chessprophet.app"
170-
target="_blank"
171-
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"
172-
onClick={() => {
173-
trackEvent("Click Chess Prophet");
174-
}}
175-
>
176-
<strong>Sponsored</strong>
177-
<svg
178-
viewBox="0 0 2 2"
179-
className="mx-2 inline h-0.5 w-0.5 fill-current"
180-
aria-hidden="true"
181-
>
182-
<circle cx="1" cy="1" r="1" />
183-
</svg>
184-
New Chess Prophet game this tuesday! &nbsp;
185-
<span aria-hidden="true">&rarr;</span>
186-
</a>
187-
</div>
188-
189167
<BoardWrapper>
190168
<Players>
191169
<p className="sm:text-lg lg:text-2xl mb-2 font-semibold text-center">

0 commit comments

Comments
 (0)