Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit b3a2cb7

Browse files
authored
adding airtable partner enquiry form (#243)
* adding airtable partner enquiry form * adding airtable form to fotter * adding myself as code contributors
1 parent 79798a7 commit b3a2cb7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/.all-contributorsrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"avatar_url": "https://avatars.githubusercontent.com/u/9025997?v=4",
7373
"profile": "https://kempsterrrr.xyz/",
7474
"contributions": [
75-
"doc"
75+
"doc",
76+
"code"
7677
]
7778
},
7879
{

frontend/src/Components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const Footer = () => {
9595
text: 'Snapshot',
9696
},
9797
{
98-
href: 'https://docs.google.com/forms/d/e/1FAIpQLSfEBUILgv1MVf6TP_LlIoA4BKJPA93A75Owz5NwDdfk6oX0IA/viewform',
98+
href: 'https://airtable.com/shrYLrOrjhOHJUdVl',
9999
text: 'Become a partner',
100100
},
101101
])}

frontend/src/Components/Partners/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import { useCallback } from 'react';
1212
const Partners = () => {
1313
const { colorMode } = useColorMode();
1414
const handleButtonClick = useCallback(() => {
15-
const partnerFormUrl =
16-
'https://docs.google.com/forms/d/14MpHciXifNUjB9NDvdYgnzV4IXJUtN3wp8EEeqP4gZo/viewform';
15+
const partnerFormUrl = 'https://airtable.com/shrYLrOrjhOHJUdVl';
1716
window.open(partnerFormUrl, '_blank');
1817
}, []);
1918

0 commit comments

Comments
 (0)