Skip to content

Commit

Permalink
fix: sponsor link
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Nov 7, 2024
1 parent 75e9657 commit e804b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ 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">
<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>
Expand Down

0 comments on commit e804b9e

Please sign in to comment.