Skip to content

Commit

Permalink
feat: add fairness and alices garden (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Jun 19, 2023
1 parent c7eb0f4 commit d562e64
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions pwa/data/con/2023/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,24 @@ const partners: Partner[] = [
link: "https://www.commerceweavers.com/",
rank: 2,
},
{
name: "Alice's garden",
logo: "alice-garden",
link: "https://www.alicesgarden.fr/",
rank: 3,
},
{
name: "Akawaka",
logo: "akawaka",
link: "https://www.akawaka.fr/",
rank: 4,
},
{
name: "Fairness",
logo: "fairness",
link: "https://fairness.coop/",
rank: 4,
},
{
name: "Orbitale.io",
logo: "orbitale",
Expand Down
2 changes: 1 addition & 1 deletion pwa/data/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"layout": {
"title": "API Platform",
"description": "The API-first framework: REST, GraphQL and real-time"
"description": "Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time."
},
"community": {
"title": "Community - API Platform",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pwa/public/images/con/2023/partners/fairness.png
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 d562e64

Please sign in to comment.