@@ -4,16 +4,6 @@ type company = Logo({name: string, url: string, path: string})
4
4
// https://github.com/rescript-association/rescript-lang.org#how-to-add-your-company-logo-to-our-front-page
5
5
6
6
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
- }),
17
7
Logo ({
18
8
name : "Rohea" ,
19
9
url : "https://rohea.com" ,
@@ -159,6 +149,11 @@ let companies = [
159
149
url : "https://www.instapainting.com/" ,
160
150
path : "/static/lp/instapainting.svg" ,
161
151
}),
152
+ Logo ({
153
+ name : "Juspay" ,
154
+ url : "https://juspay.in" ,
155
+ path : "/static/lp/juspay.svg" ,
156
+ }),
162
157
Logo ({
163
158
name : "Silq" ,
164
159
url : "https://www.onesilq.com/" ,
@@ -179,4 +174,9 @@ let companies = [
179
174
url : "https://www.envio.dev/" ,
180
175
path : "/static/lp/envio.svg" ,
181
176
}),
177
+ Logo ({
178
+ name : "YBRU" ,
179
+ url : "https://ybru.ru" ,
180
+ path : "/static/lp/ybru.svg" ,
181
+ }),
182
182
]
0 commit comments