Skip to content

Commit

Permalink
Merge pull request #20 from hhimanshu/hhimanshu/vercel-links
Browse files Browse the repository at this point in the history
fix: update vercel link in the footer
  • Loading branch information
hhimanshu authored Aug 2, 2021
2 parents bcc2717 + ede4cf1 commit 0e973d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Starter/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ import styles from './footer.module.css';

export const Footer = () => {
return (
<div className={styles.footerContainer}>
<a
className={styles.footerContainer}
href='https://vercel.com/?utm_source=bonsaiilabs&utm_campaign=oss'
target={'_blank'}
>
<VercelIcon />
</div>
</a>
);
};

1 comment on commit 0e973d8

@vercel
Copy link

@vercel vercel bot commented on 0e973d8 Aug 2, 2021

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.