This repository was archived by the owner on Dec 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
"avatar_url" : " https://avatars.githubusercontent.com/u/9025997?v=4" ,
73
73
"profile" : " https://kempsterrrr.xyz/" ,
74
74
"contributions" : [
75
- " doc"
75
+ " doc" ,
76
+ " code"
76
77
]
77
78
},
78
79
{
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const Footer = () => {
95
95
text : 'Snapshot' ,
96
96
} ,
97
97
{
98
- href : 'https://docs.google. com/forms/d/e/1FAIpQLSfEBUILgv1MVf6TP_LlIoA4BKJPA93A75Owz5NwDdfk6oX0IA/viewform ' ,
98
+ href : 'https://airtable. com/shrYLrOrjhOHJUdVl ' ,
99
99
text : 'Become a partner' ,
100
100
} ,
101
101
] ) }
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ import { useCallback } from 'react';
12
12
const Partners = ( ) => {
13
13
const { colorMode } = useColorMode ( ) ;
14
14
const handleButtonClick = useCallback ( ( ) => {
15
- const partnerFormUrl =
16
- 'https://docs.google.com/forms/d/14MpHciXifNUjB9NDvdYgnzV4IXJUtN3wp8EEeqP4gZo/viewform' ;
15
+ const partnerFormUrl = 'https://airtable.com/shrYLrOrjhOHJUdVl' ;
17
16
window . open ( partnerFormUrl , '_blank' ) ;
18
17
} , [ ] ) ;
19
18
You can’t perform that action at this time.
0 commit comments