diff --git a/config/custom-environment-variables.json5 b/config/custom-environment-variables.json5 index 693e12a..50ce5d4 100644 --- a/config/custom-environment-variables.json5 +++ b/config/custom-environment-variables.json5 @@ -22,5 +22,6 @@ socialFacebook: "GH_VOICE_CLIENT_SOCIAL_FACEBOOK", socialTwitter: "GH_VOICE_CLIENT_SOCIAL_TWITTER", socialDiscord: "GH_VOICE_CLIENT_SOCIAL_DISCORD", + socialPatreon: "GH_VOICE_CLIENT_SOCIAL_PATREON", } } diff --git a/config/default.json5 b/config/default.json5 index 368e09b..ed155c3 100644 --- a/config/default.json5 +++ b/config/default.json5 @@ -45,6 +45,7 @@ socialFacebook: "", socialTwitter: "", socialDiscord: "", + socialPatreon: "", }, // Which repositories' issues should be displayed to the client. diff --git a/src/client/views/layout/Header.vue b/src/client/views/layout/Header.vue index 9947e14..05283a6 100644 --- a/src/client/views/layout/Header.vue +++ b/src/client/views/layout/Header.vue @@ -46,6 +46,15 @@
+