Skip to content

Commit 7fb2dd0

Browse files
committed
chore: correct the order of logos based on the joining date.
1 parent 50c5bf8 commit 7fb2dd0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ const kotlinFoundationCompanies = [
114114
link: 'https://gradle.org/'
115115
},
116116
{
117-
name: 'Uber',
118-
logo: UberLogo,
119-
link: 'https://www.uber.com/'
117+
name: 'Touchlab',
118+
logo: TouchlabLogo,
119+
link: 'https://touchlab.co/'
120120
},
121121
{
122122
name: 'Shopify',
123123
logo: ShopifyLogo,
124124
link: 'https://shopify.engineering/'
125125
},
126126
{
127-
name: 'Touchlab',
128-
logo: TouchlabLogo,
129-
link: 'https://touchlab.co/'
127+
name: 'Uber',
128+
logo: UberLogo,
129+
link: 'https://www.uber.com/'
130130
},
131131
{
132132
name: 'Kotzilla',

0 commit comments

Comments
 (0)