diff --git a/components/header.vue b/components/header.vue
index 6504bbf..d40d66c 100644
--- a/components/header.vue
+++ b/components/header.vue
@@ -16,6 +16,12 @@
{{ $t("nav.download.title") }}
+
+ {{ $t("nav.opensource.title") }}
+
+
+ {{ $t("nav.audit.title") }}
+
diff --git a/locales/en.js b/locales/en.js
index b50d0fe..1cc6921 100644
--- a/locales/en.js
+++ b/locales/en.js
@@ -20,6 +20,12 @@ export default {
download: {
title: 'Download'
},
+ opensource: {
+ title: 'Open Source'
+ },
+ audit: {
+ title: 'Audit Report'
+ },
anniversary: {
title: 'Anniversary'
},