Skip to content

Commit b3214ec

Browse files
authored
feat: change sponsor to cloudflare (#530)
* feat: change sponsor to cloudflare * docs: remove vercel button in README.md * fix: sponsor link
1 parent 85cfc71 commit b3214ec

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ npm run export
3030
+ [Next.js](https://nextjs.org) used to build our page.
3131
+ [React](https://reactjs.org/) javascript library used to make UI.
3232
+ [tailwindcss](https://tailwindcss.com/) low level CSS classes.
33-
34-
##
35-
36-
[![Powered by Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=[flybywiresim]&utm_campaign=oss "Powered by Vercel")

public/img/cloudflare-logo.png

3.1 KB
Loading

public/svg/vercel.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/components/Navigation/Footer.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ const Footer = () => (
7070
<a href="https://github.com/flybywiresim/" target="_blank" rel="noreferrer">Source Code</a>
7171
</span>
7272

73-
<a href="https://vercel.com" className="flex items-center justify-center gap-1 text-dark/50 lg:justify-end">
74-
<span className="mb-1 mr-1">Powered by</span>
75-
<Image src="/svg/vercel.svg" alt="Vercel" width={50} height={50} />
73+
<a href="https://pages.cloudflare.com/" className="flex items-center justify-center gap-1 text-dark/50 lg:justify-end">
74+
<span className="mb-1 mr-1">Runs on Cloudflare®</span>
75+
<Image src="/img/cloudflare-logo.png" alt="CloudFlare" width={146} height={50} />
7676
</a>
77+
7778
<p className=" text-sm text-dark/50">
7879
&copy; FlyByWire Simulations and its contributors 2020-
7980
{new Date().getFullYear()}

0 commit comments

Comments
 (0)