We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bf656 commit e232925Copy full SHA for e232925
3 files changed
app/routes/LandingPage.res
@@ -545,7 +545,7 @@ module TrustedBy = {
545
->React.array}
546
</div>
547
<a
548
- href="https://github.com/rescript-lang/rescript-lang.org/blob/master/src/common/OurUsers.res"
+ href="https://github.com/rescript-lang/rescript-lang.org/blob/master/src/data/OurUsers.res"
549
>
550
<Button> {React.string("Add Your Logo")} </Button>
551
</a>
public/lp/miriad.svg
src/data/OurUsers.res
@@ -194,4 +194,9 @@ let companies = [
194
url: "https://frontman.sh",
195
path: "/lp/frontman.svg",
196
}),
197
+ Logo({
198
+ name: "miriad",
199
+ url: "https://www.miriad.studio/",
200
+ path: "/lp/miriad.svg",
201
+ }),
202
]
0 commit comments