Skip to content

Commit 5a9950b

Browse files
committed
chore: Correct the order of logos based on the joining date.
1 parent bf715c2 commit 5a9950b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ import joinPreviewUrl from "../images/join-preview.png";
3333
groupName: 'Silver members',
3434
companies: [
3535
{ name: 'Gradle', image: gradleLogo, url: 'https://gradle.org/' },
36-
{ name: 'Uber', image: uberLogo, url: 'https://www.uber.com/' },
37-
{ name: 'Shopify', image: shopifyLogo, url: 'https://shopify.engineering/' },
3836
{ name: 'Touchlab', image: touchlabLogo, url: 'https://touchlab.co/' },
37+
{ name: 'Shopify', image: shopifyLogo, url: 'https://shopify.engineering/' },
38+
{ name: 'Uber', image: uberLogo, url: 'https://www.uber.com/' },
3939
{ name: 'Kotzilla', image: kotzillaLogo, url: 'https://kotzilla.io/' },
4040
]
4141
},

0 commit comments

Comments
 (0)