Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
import NextLink from 'next/link'
import { FaTwitter, FaGithub } from 'react-icons/fa'
import { SocialButton } from '@components/footer/SocialButton'
import Image from 'next/image'

export default function Footer() {
return (
Expand Down Expand Up @@ -101,6 +102,22 @@ export default function Footer() {
Privacy Policy
</Link>
</Text>
<Box>
<Link
as={NextLink}
href={
'https://vercel.com?utm_source=[developer-dao]&utm_campaign=oss'
}
isExternal
>
<Image
src="/powered-by-vercel.svg"
alt="Powered by Vercel"
width="64"
height="64"
/>
</Link>
</Box>
</Container>
</Box>
)
Expand Down
6 changes: 6 additions & 0 deletions public/powered-by-vercel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.