Skip to content

Commit

Permalink
docs: add Preact logo (#18265)
Browse files Browse the repository at this point in the history
Co-authored-by: bluwy <[email protected]>
  • Loading branch information
marvinhagemeister and bluwy authored Oct 4, 2024
1 parent c4800f0 commit ad4f404
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad4f404

Please sign in to comment.