Skip to content

Commit d562e64

Browse files
authored
feat: add fairness and alices garden (#397)
1 parent c7eb0f4 commit d562e64

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

pwa/data/con/2023/partners.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,24 @@ const partners: Partner[] = [
1919
link: "https://www.commerceweavers.com/",
2020
rank: 2,
2121
},
22+
{
23+
name: "Alice's garden",
24+
logo: "alice-garden",
25+
link: "https://www.alicesgarden.fr/",
26+
rank: 3,
27+
},
2228
{
2329
name: "Akawaka",
2430
logo: "akawaka",
2531
link: "https://www.akawaka.fr/",
2632
rank: 4,
2733
},
34+
{
35+
name: "Fairness",
36+
logo: "fairness",
37+
link: "https://fairness.coop/",
38+
rank: 4,
39+
},
2840
{
2941
name: "Orbitale.io",
3042
logo: "orbitale",

pwa/data/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"layout": {
33
"title": "API Platform",
4-
"description": "The API-first framework: REST, GraphQL and real-time"
4+
"description": "Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time."
55
},
66
"community": {
77
"title": "Community - API Platform",
22.7 KB
Loading
32.1 KB
Loading

0 commit comments

Comments
 (0)