Skip to content

Commit

Permalink
feat: change sponsor to cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Nov 7, 2024
1 parent 85cfc71 commit 10a20a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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.

5 changes: 3 additions & 2 deletions src/components/Navigation/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ const Footer = () => (
</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} />
<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

0 comments on commit 10a20a3

Please sign in to comment.