Skip to content

Commit 63df82d

Browse files
Make our users logo order chronologically again
1 parent 145cdfd commit 63df82d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/common/OurUsers.res

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ type company = Logo({name: string, url: string, path: string})
44
// https://github.com/rescript-association/rescript-lang.org#how-to-add-your-company-logo-to-our-front-page
55

66
let companies = [
7-
Logo({
8-
name: "YBRU",
9-
url: "https://ybru.ru",
10-
path: "/static/lp/ybru.svg",
11-
}),
12-
Logo({
13-
name: "Juspay",
14-
url: "https://juspay.in",
15-
path: "/static/lp/juspay.svg",
16-
}),
177
Logo({
188
name: "Rohea",
199
url: "https://rohea.com",
@@ -159,6 +149,11 @@ let companies = [
159149
url: "https://www.instapainting.com/",
160150
path: "/static/lp/instapainting.svg",
161151
}),
152+
Logo({
153+
name: "Juspay",
154+
url: "https://juspay.in",
155+
path: "/static/lp/juspay.svg",
156+
}),
162157
Logo({
163158
name: "Silq",
164159
url: "https://www.onesilq.com/",
@@ -179,4 +174,9 @@ let companies = [
179174
url: "https://www.envio.dev/",
180175
path: "/static/lp/envio.svg",
181176
}),
177+
Logo({
178+
name: "YBRU",
179+
url: "https://ybru.ru",
180+
path: "/static/lp/ybru.svg",
181+
}),
182182
]

0 commit comments

Comments
 (0)