File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module LinkCard = {
23
23
<img className = "object-cover w-full h-40" src = link .image alt = "" />
24
24
<div className = "p-2 grow" >
25
25
<h3 className = "font-semibold text-14 grow-0" > {React .string (link .title )} </h3 >
26
- // <p className="mb-2 text-12 grow truncate"> {React.string(link.description)} </p>
26
+ <p className = "mb-2 text-12 grow truncate" > {React .string (link .description )} </p >
27
27
</div >
28
28
<p className = "text-14 p-2 grow-0 text-gray-70" >
29
29
{React .string (link .url -> simplifyUrl -> Option .getOr ("" ))}
@@ -53,6 +53,14 @@ module LinkCards = {
53
53
@react.component
54
54
let make = () => {
55
55
<div >
56
+ <h1 className = "hl-1 mb-6" > {"Community Content" -> React .string } </h1 >
57
+ <p className = "md-p md:leading-5 tracking-[-0.015em] text-gray-80 md:text-16 mb-16" >
58
+ {React .string (
59
+ "These articles, videos, and resources are created by the amazing ReScript community." ,
60
+ )}
61
+ <br />
62
+ {React .string ("If you have a resource you'd like to share, please feel free to submit a PR!" )}
63
+ </p >
56
64
<LinkCards />
57
65
</div >
58
66
}
You can’t perform that action at this time.
0 commit comments