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 82eb49d commit abec4beCopy full SHA for abec4be
src/components/Footer.res
@@ -23,22 +23,6 @@ let make = () => {
23
<img className="w-40 mb-5" src="/static/rescript_logo_black.svg" />
24
<div className="text-16">
25
<p> {React.string(`© ${copyrightYear} The ReScript Project`)} </p>
26
- <p>
27
- {React.string("Software and assets distribution powered by ")}
28
- <Markdown.A href="https://www.keycdn.com/"> {React.string("KeyCDN")} </Markdown.A>
29
- {React.string(".")}
30
- </p>
31
32
- <a
33
- target="_blank"
34
- rel="noopener noreferrer"
35
- href="https://simpleanalytics.com/rescript-lang.org">
36
- <img
37
- className="h-[2.25rem] mt-6"
38
- src="https://simpleanalyticsbadge.com/rescript-lang.org?counter=true&radius=13"
39
- />
40
- </a>
41
42
</div>
43
44
<div
0 commit comments