Skip to content

Commit bff10cf

Browse files
committed
add button
1 parent 57ac298 commit bff10cf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/components/sponsorsList.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
border-radius: 50px;
4949
}
5050

51+
.add {
52+
border: 1px dashed #ccc;
53+
border-radius: 50px;
54+
font-size: 12px;
55+
}
56+
5157
@media (min-width: 768px) {
5258
.logoGroup {
5359
display: grid;

src/components/sponsorsList.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function SponsorsList() {
2121
target="_blank"
2222
rel="noopener noreferrer"
2323
>
24-
<img src="/images/route4me.png" alt="route4me" />
24+
<img src="/images/route4me.png" alt="route4me"/>
2525
</a>
2626
<a
2727
href="https://www.follower24.de/"
@@ -34,6 +34,14 @@ export function SponsorsList() {
3434
alt="follower24"
3535
/>
3636
</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>
3745
</div>
3846
</div>
3947
)

0 commit comments

Comments
 (0)