Skip to content

Commit

Permalink
chore: add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jan 8, 2025
1 parent 1f7cbe2 commit 8f22957
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,12 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](

<br />
<br />

<a href="https://vercel.com/?utm_source=wevm&utm_campaign=oss">
<img src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg" alt="Powered by Vercel" height="35">
</a>
<br />
<a href="https://quicknode.com/?utm_source=wevm&utm_campaign=oss">
<img src="https://raw.githubusercontent.com/wevm/.github/refs/heads/main/content/quicknode-badge.svg" alt="Powered by QuickNode" height="35">
</a>

34 changes: 33 additions & 1 deletion site/.vitepress/theme/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,20 @@ const teamMembers = [
<VPSponsors v-if="sponsors" :data="sponsors" />

<div pt-10 text-center>
<VPButton theme="sponsor" text="Become a sponsor" href="https://github.com/sponsors/wevm" />
<VPButton theme="alt" text="Become a sponsor" href="https://github.com/sponsors/wevm" />
</div>
</div>

<div flex flex-col gap-2 items-center pt-10>
<div>
<a href="https://vercel.com/?utm_source=wevm&utm_campaign=oss">
<img src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg" alt="Powered by Vercel" h8>
</a>
</div>
<div>
<a href="https://quicknode.com/?utm_source=wevm&utm_campaign=oss">
<img src="https://raw.githubusercontent.com/wevm/.github/refs/heads/main/content/quicknode-badge.svg" alt="Powered by QuickNode" h8>
</a>
</div>
</div>
</div>
Expand All @@ -83,4 +96,23 @@ h3.vp-sponsor-tier {
margin: 0;
margin-bottom: 4px;
}
.VercelBadge {
align-items: center;
color: var(--vp-c-text-2) !important;
display: flex;
font-size: 0.85rem;
font-weight: 500;
gap: 0.35rem;
justify-content: center;
}
.VercelBadge:hover {
text-decoration: none !important;
}
.VercelBadge svg {
color: var(--vp-c-text-2);
height: 0.85rem;
}
</style>

0 comments on commit 8f22957

Please sign in to comment.