Skip to content

Commit

Permalink
Alpha sort supporter list
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed May 13, 2022
1 parent ba17615 commit 3db1650
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,12 @@ const PARTNER_LOGOS = [
href: "https://deno.com/",
name: "Deno",
},
{
src: "/static/logos/igalia.png",
href: "https://igalia.com/",
name: "Igalia",
restrict: "horizontal",
},
{
src: "/static/logos/shopify.svg",
href: "https://shopify.dev/",
Expand All @@ -372,12 +378,6 @@ const PARTNER_LOGOS = [
name: "Vercel",
restrict: "horizontal",
},
{
src: "/static/logos/igalia.png",
href: "https://igalia.com/",
name: "Igalia",
restrict: "horizontal",
},
/** TODO: Add additional logos here */
];

Expand Down

0 comments on commit 3db1650

Please sign in to comment.