Skip to content

Commit 1540f49

Browse files
committed
feat: add vlt as sponsor πŸš€
1 parent 4ed4254 commit 1540f49

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

β€Žapp/assets/logos/sponsors/index.tsβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import LogoVercel from './vercel.svg'
22
import LogoVercelLight from './vercel-light.svg'
33
import LogoVoidZero from './void-zero.svg'
44
import LogoVoidZeroLight from './void-zero-light.svg'
5+
import LogoVlt from './vlt.svg'
6+
import LogoVltLight from './vlt-light.svg'
57

68
// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
79
// For logo src, specify a string or object with the light and dark theme variants.
@@ -26,4 +28,12 @@ export const SPONSORS = [
2628
},
2729
url: 'https://voidzero.dev/',
2830
},
31+
{
32+
name: 'vlt',
33+
logo: {
34+
dark: LogoVlt,
35+
light: LogoVltLight,
36+
},
37+
url: 'https://vlt.sh/',
38+
},
2939
]
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
Β (0)