Skip to content

Commit

Permalink
chore: add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jul 23, 2024
1 parent 944adba commit 786ffb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](
<img alt="brave logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/brave-light.svg" width="auto" height="50">
</picture>
</a>
<a href="https://linea.build">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/linea-dark.svg">
<img alt="linea logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/linea-light.svg" width="auto" height="50">
</picture>
</a>
</p>

[Sponsor Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support_bottom)
Expand Down
5 changes: 5 additions & 0 deletions site/.vitepress/theme/composables/useSponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ export function useSponsors() {
url: 'https://brave.com',
img: 'brave-light.svg',
},
{
name: 'Linea',
url: 'https://linea.build',
img: 'linea-light.svg',
},
],
silver: [
{
Expand Down

0 comments on commit 786ffb2

Please sign in to comment.