We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed4254 commit 1540f49Copy full SHA for 1540f49
3 files changed
βapp/assets/logos/sponsors/index.tsβ
@@ -2,6 +2,8 @@ import LogoVercel from './vercel.svg'
2
import LogoVercelLight from './vercel-light.svg'
3
import LogoVoidZero from './void-zero.svg'
4
import LogoVoidZeroLight from './void-zero-light.svg'
5
+import LogoVlt from './vlt.svg'
6
+import LogoVltLight from './vlt-light.svg'
7
8
// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
9
// For logo src, specify a string or object with the light and dark theme variants.
@@ -26,4 +28,12 @@ export const SPONSORS = [
26
28
},
27
29
url: 'https://voidzero.dev/',
30
31
+ {
32
+ name: 'vlt',
33
+ logo: {
34
+ dark: LogoVlt,
35
+ light: LogoVltLight,
36
+ },
37
+ url: 'https://vlt.sh/',
38
39
]
βapp/assets/logos/sponsors/vlt-light.svgβ
βapp/assets/logos/sponsors/vlt.svgβ
0 commit comments