Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/assets/logos/oss-partners/blento.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions app/assets/logos/oss-partners/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import LogoLunaria from './lunaria.svg'
import LogoJsr from './jsr.svg'
import LogoIconify from './iconify.svg'
import LogoFloatingUi from './floating-ui-vue.svg'
import LogoBlento from './blento.svg'

// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
// For logo src, specify a string or object with the light and dark theme variants.
Expand Down Expand Up @@ -195,4 +196,9 @@ export const OSS_PARTNERS = [
logo: LogoFloatingUi,
url: 'https://floating-ui.com/',
},
{
name: 'blento',
logo: LogoBlento,
url: 'https://blento.app/npmx.dev',
},
]
Loading