Skip to content

Commit bf3d2f8

Browse files
committed
chore: add algolia to oss-partners
1 parent cf61533 commit bf3d2f8

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading

app/assets/logos/oss-partners/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import LogoStorybook from '~/assets/logos/oss-partners/storybook.svg'
77
import LogoVite from '~/assets/logos/oss-partners/vite.svg'
88
import LogoVitest from '~/assets/logos/oss-partners/vitest.svg'
99
import LogoVue from '~/assets/logos/oss-partners/vue.svg'
10+
import LogoAlgolia from '~/assets/logos/oss-partners/algolia.svg'
11+
import LogoAlgoliaLight from '~/assets/logos/oss-partners/algolia-light.svg'
1012

1113
// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
1214
// For logo src, specify a string or object with the light and dark theme variants.
@@ -58,6 +60,14 @@ export const OSS_PARTNERS = [
5860
logo: LogoVue,
5961
url: 'https://vuejs.org/',
6062
},
63+
{
64+
name: 'Algolia',
65+
logo: {
66+
dark: LogoAlgolia,
67+
light: LogoAlgoliaLight,
68+
},
69+
url: 'https://algolia.com/',
70+
},
6171
{
6272
name: 'Storybook',
6373
logo: LogoStorybook,

0 commit comments

Comments
 (0)