Skip to content

Commit

Permalink
docs(landing): add AdonisJS logo
Browse files Browse the repository at this point in the history
resolve #1640

vitejs/vite@f67629f の反映です。
  • Loading branch information
shuuji3 committed Oct 23, 2024
1 parent f2a2647 commit c342342
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import logoReact from './images/react.svg'
import logoRemix from './images/remix.svg'
import logoSvelte from './images/svelte.svg'
import logoLaravel from './images/laravel.svg'
import logoAdonis from './images/adonis.svg'
import logoEmber from './images/ember.svg'
import logoPreact from './images/preact.svg'
Expand Down Expand Up @@ -149,6 +150,13 @@ const frameworks: Framework[] = [
url: 'https://laravel.com/',
visible: ref(false),
},
{
name: 'AdonisJS',
logo: logoAdonis,
color: '#5a45ff',
url: 'https://adonisjs.com/',
visible: ref(false),
},
{
name: 'EmberJS',
logo: logoEmber,
Expand Down
1 change: 1 addition & 0 deletions images/adonis.svg
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 c342342

Please sign in to comment.