Skip to content

Commit

Permalink
feat: update Vercel team slug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Sep 19, 2023
1 parent 4693c9c commit 82a71b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zero Width Shortener (ZWS) [<img src="https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg" align="right" />](https://vercel.com/?utm_source=zws-im&utm_campaign=oss)
# Zero Width Shortener (ZWS) [<img src="https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg" align="right" />](https://vercel.com/?utm_source=jonah-snider&utm_campaign=oss)

[![Number of shortened URLs][stats-urls-image]](#Badges)
[![Number of visited URLs][stats-visits-image]](#Badges)
Expand Down
2 changes: 1 addition & 1 deletion app/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Footer() {
</p>

{/* biome-ignore lint/a11y/useValidAnchor: The click event here is not important for user interaction */}
<a href='https://vercel.com/?utm_source=zws-im&utm_campaign=oss' onClick={trackVercelClick}>
<a href='https://vercel.com/?utm_source=jonah-snider&utm_campaign=oss' onClick={trackVercelClick}>
<Image src={poweredByVercel} alt='Powered by Vercel' height={32} />
</a>
</footer>
Expand Down

0 comments on commit 82a71b2

Please sign in to comment.