Skip to content

Commit 41f9c9d

Browse files
committed
chore: add sponsor
1 parent 37d837c commit 41f9c9d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

site/vocs.config.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,20 @@ export default defineConfig({
9393
image:
9494
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg',
9595
},
96+
],
97+
[
9698
{
9799
name: 'Brave',
98100
link: 'https://brave.com',
99101
image:
100102
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/brave-light.svg',
101103
},
104+
{
105+
name: 'Linea',
106+
link: 'https://linea.build',
107+
image:
108+
'https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/linea-light.svg',
109+
},
102110
],
103111
],
104112
},

src/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@ Check out the following places for more viem-related content:
216216
<img alt="brave logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/brave-light.svg" width="auto" height="50">
217217
</picture>
218218
</a>
219+
<a href="https://linea.build">
220+
<picture>
221+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/linea-dark.svg">
222+
<img alt="linea logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/linea-light.svg" width="auto" height="50">
223+
</picture>
224+
</a>
219225

220226
## Contributing
221227

0 commit comments

Comments
 (0)