From 54242ada92c4ac5bb56e4129632c442fdd15cdb5 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 7 Sep 2022 15:17:02 +0200 Subject: [PATCH] added `footerLinks` to config --- packages/app/config/index.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/app/config/index.js b/packages/app/config/index.js index cf7bf383..52c94d83 100644 --- a/packages/app/config/index.js +++ b/packages/app/config/index.js @@ -31,6 +31,28 @@ export default { defaultTheme: defaultTheme, defaultSoundPack: defaultSoundPack, author: "RageStudio© 2022", + footerLinks: [ + { + label: "Terms of Service", + location: "/terms" + }, + { + label: "Privacy Policy", + location: "/privacy" + }, + { + label: "Contact", + location: "/contact" + }, + { + label: "Github", + url: "https://github.com/ragestudio/comty" + }, + { + label: "Support this project", + url: "https://www.paypal.com/donate/?hosted_button_id=S4TWMAN79KC76" + } + ], logo: { alt: "/logo_alt.svg", full: "/logo_full.svg",