Skip to content

Commit

Permalink
docs: add Ember logo to the frameworks (#18269)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored Oct 3, 2024
1 parent 87949fe commit 0356e10
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 @@ -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 logoEmber from './images/ember.svg'
/**
* The frameworks and tools to display in this section.
Expand Down Expand Up @@ -140,6 +141,13 @@ const frameworks: Framework[] = [
url: 'https://laravel.com/',
visible: ref(false),
},
{
name: 'EmberJS',
logo: logoEmber,
color: '#e04e39',
url: 'https://emberjs.com/',
visible: ref(false),
},
]
// Starting parameters
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 0356e10

Please sign in to comment.