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

Commit

Permalink
swapping airtable form (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kempsterrrr authored Sep 28, 2023
1 parent afe551a commit f5d974a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/Components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const MenuLinks = ({ isOpen }: { isOpen: boolean }) => {
/>
<Link
target="_blank"
href="https://airtable.com/shrYLrOrjhOHJUdVl"
href="https://devdao.to/partner-with-us"
width="full"
display={{ base: 'flex', md: 'none' }}
justifyContent={{ base: 'space-between' }}
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/Components/Partners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface PartnersProps {
const Partners = ({ data: partners }: PartnersProps) => {
const { colorMode } = useColorMode();
const handleButtonClick = useCallback(() => {
const partnerFormUrl = 'https://airtable.com/shrYLrOrjhOHJUdVl';
const partnerFormUrl = 'https://devdao.to/partner-with-us';
window.open(partnerFormUrl, '_blank');
}, []);

Expand Down

1 comment on commit f5d974a

@vercel
Copy link

@vercel vercel bot commented on f5d974a Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.