We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca10f0a commit 97f82d6Copy full SHA for 97f82d6
2 files changed
src/components/Navigation/Footer.tsx
@@ -59,6 +59,7 @@ const Footer = () => (
59
<NavItem label="Facebook" href={links.facebook} />
60
<NavItem label="YouTube" href={links.youtube} />
61
<NavItem label="Twitch" href={links.twitch} />
62
+ <NavItem label="Press Kit" href={links.pressKit} />
63
</NavWrapper>
64
</div>
65
src/constants/links.ts
@@ -7,4 +7,5 @@ export const links: {[name: string]: string} = {
7
facebook: 'https://www.facebook.com/FlyByWireSimulations/',
8
opencollective: 'https://opencollective.com/flybywire',
9
docsfaq: 'https://docs.flybywiresim.com/faq',
10
+ pressKit: 'https://github.com/flybywiresim/branding',
11
};
0 commit comments