mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
added footerLinks
to config
This commit is contained in:
parent
aee251c692
commit
54242ada92
@ -31,6 +31,28 @@ export default {
|
|||||||
defaultTheme: defaultTheme,
|
defaultTheme: defaultTheme,
|
||||||
defaultSoundPack: defaultSoundPack,
|
defaultSoundPack: defaultSoundPack,
|
||||||
author: "RageStudio© 2022",
|
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: {
|
logo: {
|
||||||
alt: "/logo_alt.svg",
|
alt: "/logo_alt.svg",
|
||||||
full: "/logo_full.svg",
|
full: "/logo_full.svg",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user