From ad4f4048e295cc2e3bdc338f5514bac8584fab30 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 4 Oct 2024 10:45:37 +0200 Subject: [PATCH] docs: add Preact logo (#18265) Co-authored-by: bluwy --- .../landing/3. frameworks-section/FrameworksSection.vue | 8 ++++++++ .../landing/3. frameworks-section/images/preact.svg | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/.vitepress/theme/components/landing/3. frameworks-section/images/preact.svg 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 @@ + + + + + +