Skip to content

Commit 410137a

Browse files
committed
thank you so much for sanity io's support
1 parent 0ea56e9 commit 410137a

File tree

4 files changed

+13
-19
lines changed

4 files changed

+13
-19
lines changed

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/basic-features/typescript for more information.

public/images/sanity.png

5.64 KB
Loading

src/components/Footer.tsx

-17
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ export default function Footer() {
6262
<div>
6363
<p className={styles.heading}>SUPPORTED AND BACKED BY</p>
6464
<div className={styles.logoGroup}>
65-
<a
66-
href="https://www.casinoreviews.net/"
67-
target="_blank"
68-
rel="noopener noreferrer"
69-
>
70-
<img src="/images/casinoreviews.png" alt="Casino Reviews" />
71-
</a>
7265
<p
7366
style={{
7467
display: "inline-block",
@@ -87,16 +80,6 @@ export default function Footer() {
8780
Powered by ▲ <b>Vercel</b>
8881
</a>
8982
</p>
90-
<a
91-
href="https://www.beekai.com/"
92-
target="_blank"
93-
rel="noopener noreferrer"
94-
>
95-
<img
96-
src="https://www.beekai.com/marketing/logo/horizontal.svg"
97-
alt="BEEKAI Form builder"
98-
/>
99-
</a>
10083
</div>
10184
</div>
10285
</footer>

src/components/sponsorsList.tsx

+12-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function SponsorsList() {
1111
target="_blank"
1212
rel="noopener noreferrer"
1313
>
14-
<img src="/images/casinoreviews.png" alt="Casino Reviews" />
14+
<img src="/images/casinoreviews.png" alt="Casino Reviews"/>
1515
</a>
1616
<a
1717
href="https://www.beekai.com/"
@@ -44,6 +44,17 @@ export function SponsorsList() {
4444
alt="twicsy"
4545
/>
4646
</a>
47+
<a
48+
href="https://www.sanity.io//"
49+
target="_blank"
50+
rel="noopener noreferrer"
51+
>
52+
<img
53+
className={styles.twicsy}
54+
src="/images/sanity.png"
55+
alt="sanity io"
56+
/>
57+
</a>
4758
</div>
4859
</div>
4960
)

0 commit comments

Comments
 (0)