File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments