Skip to content

Commit abec4be

Browse files
committed
Remove KeyCDN/Simple Analytics from the footer
1 parent 82eb49d commit abec4be

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/components/Footer.res

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@ let make = () => {
2323
<img className="w-40 mb-5" src="/static/rescript_logo_black.svg" />
2424
<div className="text-16">
2525
<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-
<p>
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-
</p>
4226
</div>
4327
</div>
4428
<div

0 commit comments

Comments
 (0)