File tree 4 files changed +13
-19
lines changed
4 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 2
2
/// <reference types="next/image-types/global" />
3
3
4
4
// 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.
Original file line number Diff line number Diff line change @@ -62,13 +62,6 @@ export default function Footer() {
62
62
< div >
63
63
< p className = { styles . heading } > SUPPORTED AND BACKED BY</ p >
64
64
< 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 >
72
65
< p
73
66
style = { {
74
67
display : "inline-block" ,
@@ -87,16 +80,6 @@ export default function Footer() {
87
80
Powered by ▲ < b > Vercel</ b >
88
81
</ a >
89
82
</ 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 >
100
83
</ div >
101
84
</ div >
102
85
</ footer >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export function SponsorsList() {
11
11
target = "_blank"
12
12
rel = "noopener noreferrer"
13
13
>
14
- < img src = "/images/casinoreviews.png" alt = "Casino Reviews" />
14
+ < img src = "/images/casinoreviews.png" alt = "Casino Reviews" />
15
15
</ a >
16
16
< a
17
17
href = "https://www.beekai.com/"
@@ -44,6 +44,17 @@ export function SponsorsList() {
44
44
alt = "twicsy"
45
45
/>
46
46
</ 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 >
47
58
</ div >
48
59
</ div >
49
60
)
You can’t perform that action at this time.
0 commit comments