Skip to content

Commit

Permalink
Update to current year in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianfreeman committed Jan 10, 2025
1 parent f6550ad commit 7731368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const Footer = () => (
</div>
</div>
<div className="Footer--legal">
© 2021 Cloudflare, Inc. ·{" "}
© {new Date().getFullYear()} Cloudflare, Inc. ·{" "}
<a
className="Link Link-without-underline"
href="https://www.cloudflare.com/privacypolicy/"
Expand Down

0 comments on commit 7731368

Please sign in to comment.