Skip to content

Commit 2004a67

Browse files
committedNov 1, 2023
docs: remix sponsor logo
1 parent 055d2b8 commit 2004a67

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎docs/.vitepress/theme/composables/sponsor.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ const viteSponsors: Pick<Sponsors, 'special' | 'gold'> = {
4242
img: '/astro.svg',
4343
},
4444
],
45-
gold: [],
45+
gold: [
46+
// through GitHub -> OpenCollective
47+
{
48+
name: 'Remix',
49+
url: 'https://remix.run/',
50+
img: '/remix.svg',
51+
},
52+
],
4653
}
4754

4855
export function useSponsor() {

‎docs/public/remix.svg

+15
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.