File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 48
48
border-radius : 50px ;
49
49
}
50
50
51
+ .add {
52
+ border : 1px dashed # ccc ;
53
+ border-radius : 50px ;
54
+ font-size : 12px ;
55
+ }
56
+
51
57
@media (min-width : 768px ) {
52
58
.logoGroup {
53
59
display : grid;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export function SponsorsList() {
21
21
target = "_blank"
22
22
rel = "noopener noreferrer"
23
23
>
24
- < img src = "/images/route4me.png" alt = "route4me" />
24
+ < img src = "/images/route4me.png" alt = "route4me" />
25
25
</ a >
26
26
< a
27
27
href = "https://www.follower24.de/"
@@ -34,6 +34,14 @@ export function SponsorsList() {
34
34
alt = "follower24"
35
35
/>
36
36
</ a >
37
+ < a
38
+ href = "https://opencollective.com/react-hook-form"
39
+ target = "_blank"
40
+ className = { styles . add }
41
+ rel = "noopener noreferrer"
42
+ >
43
+ + Sponsor
44
+ </ a >
37
45
</ div >
38
46
</ div >
39
47
)
You can’t perform that action at this time.
0 commit comments