diff --git a/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue b/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue index fdc36ef8c..df59bfaf6 100644 --- a/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue +++ b/docs/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue @@ -24,6 +24,7 @@ import logoRemix from './images/remix.svg' import logoSvelte from './images/svelte.svg' import logoLaravel from './images/laravel.svg' import logoEmber from './images/ember.svg' +import logoPreact from './images/preact.svg' /** * The frameworks and tools to display in this section. @@ -71,6 +72,13 @@ const frameworks: Framework[] = [ url: 'https://svelte.dev/', visible: ref(false), }, + { + name: 'Preact', + logo: logoPreact, + color: '#673ab8', + url: 'https://preactjs.com/', + visible: ref(false), + }, { name: 'Astro', logo: logoAstro, diff --git a/docs/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg b/docs/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg new file mode 100644 index 000000000..246a3b228 --- /dev/null +++ b/docs/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg @@ -0,0 +1,6 @@ + + + + + +