Skip to content
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

feat: change sponsor to cloudflare #530

Merged
merged 3 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ npm run export
+ [Next.js](https://nextjs.org) used to build our page.
+ [React](https://reactjs.org/) javascript library used to make UI.
+ [tailwindcss](https://tailwindcss.com/) low level CSS classes.

##

[![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")
Binary file added public/img/cloudflare-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions public/svg/vercel.svg

This file was deleted.

7 changes: 4 additions & 3 deletions src/components/Navigation/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ const Footer = () => (
<a href="https://github.com/flybywiresim/" target="_blank" rel="noreferrer">Source Code</a>
</span>

<a href="https://vercel.com" className="flex items-center justify-center gap-1 text-dark/50 lg:justify-end">
<span className="mb-1 mr-1">Powered by</span>
<Image src="/svg/vercel.svg" alt="Vercel" width={50} height={50} />
<a href="https://pages.cloudflare.com/" className="flex items-center justify-center gap-1 text-dark/50 lg:justify-end">
<span className="mb-1 mr-1">Runs on Cloudflare®</span>
<Image src="/img/cloudflare-logo.png" alt="CloudFlare" width={146} height={50} />
</a>

<p className=" text-sm text-dark/50">
&copy; FlyByWire Simulations and its contributors 2020-
{new Date().getFullYear()}
Expand Down
Loading