Skip to content

Commit 8810161

Browse files
committed
docs: add magic.dev as a gold sponsor
1 parent 599591a commit 8810161

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
<tr>
2020
<td align="center" valign="middle">
2121
<a target="_blank" href="https://devowl.io">
22-
<img src="https://devowl.io/wp-content/uploads/meta/favicon.webp" height="100px" title="devowl.io" />
22+
<img src="website/src/public/img/devowl.io.svg" height="100px" width="200px" title="devowl.io" />
23+
</a>
24+
</td>
25+
<td align="center" valign="middle">
26+
<a target="_blank" href="https://magic.dev/">
27+
<img src="website/src/public/img/magic.png" height="100px" width="200px" title="Magic" />
2328
</a>
2429
</td>
2530
</tr>

website/.vitepress/sponsors.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ export const sponsors = [
77
name: 'devowl',
88
url: 'https://devowl.io/',
99
img: '/img/devowl.io.svg'
10+
},
11+
{
12+
name: 'Magic',
13+
url: 'https://magic.dev/',
14+
img: '/img/magic.png'
1015
}
1116
]
1217
}

website/src/public/img/magic.png

8.8 KB
Loading

0 commit comments

Comments
 (0)