Skip to content

Cloudflare transition follow-up cleanup #1040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove KeyCDN/Simple Analytics from the footer
  • Loading branch information
cometkim committed May 18, 2025
commit abec4be4c7fcc2a81ab59632c6b3a1f418898bdf
16 changes: 0 additions & 16 deletions src/components/Footer.res
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@ let make = () => {
<img className="w-40 mb-5" src="/static/rescript_logo_black.svg" />
<div className="text-16">
<p> {React.string(`© ${copyrightYear} The ReScript Project`)} </p>
<p>
{React.string("Software and assets distribution powered by ")}
<Markdown.A href="https://www.keycdn.com/"> {React.string("KeyCDN")} </Markdown.A>
{React.string(".")}
</p>
<p>
<a
target="_blank"
rel="noopener noreferrer"
href="https://simpleanalytics.com/rescript-lang.org">
<img
className="h-[2.25rem] mt-6"
src="https://simpleanalyticsbadge.com/rescript-lang.org?counter=true&radius=13"
/>
</a>
</p>
</div>
</div>
<div
Expand Down