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 1d5feee commit 0020999Copy full SHA for 0020999
app/assets/logos/oss-partners/blento.svg
app/assets/logos/oss-partners/index.ts
@@ -30,6 +30,7 @@ import LogoLunaria from './lunaria.svg'
30
import LogoJsr from './jsr.svg'
31
import LogoIconify from './iconify.svg'
32
import LogoFloatingUi from './floating-ui-vue.svg'
33
+import LogoBlento from './blento.svg'
34
35
// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
36
// For logo src, specify a string or object with the light and dark theme variants.
@@ -195,4 +196,9 @@ export const OSS_PARTNERS = [
195
196
logo: LogoFloatingUi,
197
url: 'https://floating-ui.com/',
198
},
199
+ {
200
+ name: 'blento',
201
+ logo: LogoBlento,
202
+ url: 'https://blento.app/npmx.dev',
203
+ },
204
]
0 commit comments