Skip to content

Commit

Permalink
Update Copyright notice in Footer to include 2022 and 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Reuter authored Oct 24, 2023
1 parent 2af5dab commit 4d91f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/utils/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Footer = () => (
<Image src="/svg/vercel.svg" alt="Vercel" width={60} height={20} />
</span>
</a>
<em className="text-center text-teal-100">&copy; FlyByWire Simulations and its contributors 2020-2021</em>
<em className="text-center text-teal-100">&copy; FlyByWire Simulations and its contributors 2020-2023</em>
</Container>
</footer>
);

0 comments on commit 4d91f77

Please sign in to comment.