16 |
17 | {Belt.Array.make(lineCount, 0)
18 | ->Belt.Array.mapWithIndex((idx, _) => {
19 |
24 | })
25 | ->React.array}
26 |
27 |
38 |
42 |
43 |
;
44 | };
45 |
--------------------------------------------------------------------------------
/packages/web/src/components/UnderlineLink/UnderlineLink.re:
--------------------------------------------------------------------------------
1 | [@react.component]
2 | let make = (~text, ~href) =>
3 |