From aeffda6ea1a716eaf7e25de41b42121ff2ffec62 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 7 Sep 2022 16:30:53 +0200 Subject: [PATCH] split author and copyright --- packages/app/config/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/app/config/index.js b/packages/app/config/index.js index 52c94d83..997ea298 100644 --- a/packages/app/config/index.js +++ b/packages/app/config/index.js @@ -30,7 +30,7 @@ export default { package: packagejson, defaultTheme: defaultTheme, defaultSoundPack: defaultSoundPack, - author: "RageStudio© 2022", + author: "RageStudio©", footerLinks: [ { label: "Terms of Service", @@ -66,6 +66,7 @@ export default { title: packagejson.name, siteName: "Comty", mainPath: "/home", + copyright: "Comty - RageStudio© 2022", storage: { basics: "user", token: "token",