Skip to content

Commit ff975b9

Browse files
Merge pull request #828 from karpovz/master
Add New Logo to OurUsers
2 parents d973070 + 2f59faf commit ff975b9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

public/static/lp/ybru.svg

Lines changed: 21 additions & 0 deletions
Loading

src/common/OurUsers.res

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
}),
712
Logo({
813
name: "Juspay",
914
url: "https://juspay.in",

0 commit comments

Comments
 (0)