File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -513,12 +513,12 @@ module OtherSellingPoints = {
513
513
module TrustedBy = {
514
514
@react.component
515
515
let make = () => {
516
- <section className = "mt-20" >
516
+ <section className = "mt-20 flex flex-col items-center " >
517
517
<h3 className = "hl-1 text-gray-80 text-center max-w-576 mx-auto" >
518
518
{React .string ("Trusted by our users" )}
519
519
</h3 >
520
520
<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 " >
522
522
{OurUsers .companies
523
523
-> Js .Array2 .map (company => {
524
524
let (companyKey , renderedCompany ) = switch company {
@@ -533,8 +533,12 @@ module TrustedBy = {
533
533
})
534
534
-> React .array }
535
535
</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 >
536
540
<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"
538
542
style = {ReactDOM .Style .make (~maxHeight = "6rem" , ())}>
539
543
<img className = "w-full h-full" src = "/static/lp/grid.svg" />
540
544
</div >
You can’t perform that action at this time.
0 commit comments