Skip to content

Commit

Permalink
feat: add cgt sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Sep 12, 2024
1 parent 75f826f commit e5aa762
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions pwa/data/con/2024/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,35 @@ const partners: Partner[] = [
name: "SensioLabs",
logo: "sensiolabs",
link: "https://sensiolabs.com/fr/",
rank: 2,
rank: 1,
highlight: true,
},
{
name: "React Admin",
logo: "react-admin",
link: "https://marmelab.com/react-admin/",
rank: 2,
rank: 1,
highlight: true,
},
{
name: "France tv",
logo: "france-tv",
link: "https://www.francetelevisions.fr/",
rank: 2,
rank: 1,
highlight: true,
},
{
name: "Sylius",
logo: "sylius",
link: "https://sylius.com/",
rank: 1,
highlight: true,
},
{
name: "La CGT",
logo: "cgt",
link: "https://www.cgt.fr/",
rank: 1,
highlight: true,
},
{
Expand Down Expand Up @@ -50,13 +64,6 @@ const partners: Partner[] = [
rank: 2,
highlight: true,
},
{
name: "Sylius",
logo: "sylius",
link: "https://sylius.com/",
rank: 2,
highlight: true,
},
{
name: "Codein",
logo: "codein",
Expand Down
Binary file added pwa/public/images/con/2024/partners/cgt.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 e5aa762

Please sign in to comment.