Skip to content

Commit 97f82d6

Browse files
authored
feat: add press kit link to footer (#531)
1 parent ca10f0a commit 97f82d6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Navigation/Footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const Footer = () => (
5959
<NavItem label="Facebook" href={links.facebook} />
6060
<NavItem label="YouTube" href={links.youtube} />
6161
<NavItem label="Twitch" href={links.twitch} />
62+
<NavItem label="Press Kit" href={links.pressKit} />
6263
</NavWrapper>
6364
</div>
6465
</div>

src/constants/links.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ export const links: {[name: string]: string} = {
77
facebook: 'https://www.facebook.com/FlyByWireSimulations/',
88
opencollective: 'https://opencollective.com/flybywire',
99
docsfaq: 'https://docs.flybywiresim.com/faq',
10+
pressKit: 'https://github.com/flybywiresim/branding',
1011
};

0 commit comments

Comments
 (0)