diff --git a/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue b/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue index 1c13b1c0..4857a374 100644 --- a/.vitepress/theme/components/landing/3. frameworks-section/FrameworksSection.vue +++ b/.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/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg b/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg new file mode 100644 index 00000000..246a3b22 --- /dev/null +++ b/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg @@ -0,0 +1,6 @@ + + + + + +