diff --git a/src/components/Navigation/Footer.tsx b/src/components/Navigation/Footer.tsx
index 60de617b..d5a4cb6f 100644
--- a/src/components/Navigation/Footer.tsx
+++ b/src/components/Navigation/Footer.tsx
@@ -59,6 +59,7 @@ const Footer = () => (
+
diff --git a/src/constants/links.ts b/src/constants/links.ts
index a1fa3ead..a335bd0c 100644
--- a/src/constants/links.ts
+++ b/src/constants/links.ts
@@ -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',
};