File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
app/assets/logos/oss-partners Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import LogoAlgolia from '~/assets/logos/oss-partners/algolia.svg'
1111import LogoAlgoliaLight from '~/assets/logos/oss-partners/algolia-light.svg'
1212import LogoAtmosphereConf from './atmosphereconf.png'
1313import LogoAtmosphereConfLight from './atmosphereconf-light.png'
14+ import LogoE18e from './e18e.svg'
1415import LogoShiki from './shiki.svg'
1516import LogoUnoCss from './unocss.svg'
1617import LogoVitePwa from './vite-pwa.svg'
@@ -100,6 +101,11 @@ export const OSS_PARTNERS = [
100101 } ,
101102 url : 'https://atmosphereconf.org/' ,
102103 } ,
104+ {
105+ name : 'e18e' ,
106+ logo : LogoE18e ,
107+ url : 'https://e18e.dev/' ,
108+ } ,
103109 {
104110 name : 'Shiki' ,
105111 logo : LogoShiki ,
You can’t perform that action at this time.
0 commit comments