Skip to content

Commit e232925

Browse files
authored
Add miriad logo (#1277)
* fix link of "Add your logo" * add miriad logo
1 parent 47bf656 commit e232925

3 files changed

Lines changed: 55 additions & 1 deletion

File tree

app/routes/LandingPage.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ module TrustedBy = {
545545
->React.array}
546546
</div>
547547
<a
548-
href="https://github.com/rescript-lang/rescript-lang.org/blob/master/src/common/OurUsers.res"
548+
href="https://github.com/rescript-lang/rescript-lang.org/blob/master/src/data/OurUsers.res"
549549
>
550550
<Button> {React.string("Add Your Logo")} </Button>
551551
</a>

public/lp/miriad.svg

Lines changed: 49 additions & 0 deletions
Loading

src/data/OurUsers.res

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,9 @@ let companies = [
194194
url: "https://frontman.sh",
195195
path: "/lp/frontman.svg",
196196
}),
197+
Logo({
198+
name: "miriad",
199+
url: "https://www.miriad.studio/",
200+
path: "/lp/miriad.svg",
201+
}),
197202
]

0 commit comments

Comments
 (0)