mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added footerLinks
to config
This commit is contained in:
parent
fc415af868
commit
75a2213c02
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user