Skip to content

Commit

Permalink
Merge pull request #4515 from JetBrains/update-logos
Browse files Browse the repository at this point in the history
Correct the order of logos based on the joining date.
  • Loading branch information
zoobestik authored Oct 30, 2024
2 parents e0d73dd + 7fb2dd0 commit 7b3b53e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@ const kotlinFoundationCompanies = [
link: 'https://gradle.org/'
},
{
name: 'Uber',
logo: UberLogo,
link: 'https://www.uber.com/'
name: 'Touchlab',
logo: TouchlabLogo,
link: 'https://touchlab.co/'
},
{
name: 'Shopify',
logo: ShopifyLogo,
link: 'https://shopify.engineering/'
},
{
name: 'Touchlab',
logo: TouchlabLogo,
link: 'https://touchlab.co/'
name: 'Uber',
logo: UberLogo,
link: 'https://www.uber.com/'
},
{
name: 'Kotzilla',
Expand Down

0 comments on commit 7b3b53e

Please sign in to comment.