Skip to content

Commit 6c73cb2

Browse files
authored
button add your logo (#690)
1 parent d243cfc commit 6c73cb2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/layouts/LandingPageLayout.res

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,12 +513,12 @@ module OtherSellingPoints = {
513513
module TrustedBy = {
514514
@react.component
515515
let make = () => {
516-
<section className="mt-20">
516+
<section className="mt-20 flex flex-col items-center">
517517
<h3 className="hl-1 text-gray-80 text-center max-w-576 mx-auto">
518518
{React.string("Trusted by our users")}
519519
</h3>
520520
<div
521-
className="flex flex-wrap mx-4 gap-8 justify-center items-center max-w-xl lg:mx-auto mt-16 ">
521+
className="flex flex-wrap mx-4 gap-8 justify-center items-center max-w-xl lg:mx-auto mt-16 mb-16">
522522
{OurUsers.companies
523523
->Js.Array2.map(company => {
524524
let (companyKey, renderedCompany) = switch company {
@@ -533,8 +533,12 @@ module TrustedBy = {
533533
})
534534
->React.array}
535535
</div>
536+
<a
537+
href="https://github.com/rescript-association/rescript-lang.org/blob/master/src/common/OurUsers.res">
538+
<Button> {React.string("Add Your Logo")} </Button>
539+
</a>
536540
<div
537-
className="mt-10 max-w-320 overflow-hidden opacity-50"
541+
className="self-start mt-10 max-w-320 overflow-hidden opacity-50"
538542
style={ReactDOM.Style.make(~maxHeight="6rem", ())}>
539543
<img className="w-full h-full" src="/static/lp/grid.svg" />
540544
</div>

0 commit comments

Comments
 (0)