Skip to content

Commit

Permalink
feat: add press kit link to footer (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanInnes authored Nov 8, 2024
1 parent ca10f0a commit 97f82d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navigation/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const Footer = () => (
<NavItem label="Facebook" href={links.facebook} />
<NavItem label="YouTube" href={links.youtube} />
<NavItem label="Twitch" href={links.twitch} />
<NavItem label="Press Kit" href={links.pressKit} />
</NavWrapper>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/constants/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export const links: {[name: string]: string} = {
facebook: 'https://www.facebook.com/FlyByWireSimulations/',
opencollective: 'https://opencollective.com/flybywire',
docsfaq: 'https://docs.flybywiresim.com/faq',
pressKit: 'https://github.com/flybywiresim/branding',
};

0 comments on commit 97f82d6

Please sign in to comment.