pl-fe: update copyrights notice
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
"autoPlayGif": false,
|
||||
"themeMode": "light"
|
||||
},
|
||||
"copyright": "♡2020. Copying is an act of love. Please copy and share.",
|
||||
"copyright": "skibidi dop dop dop yes yes",
|
||||
"navlinks": {
|
||||
"homeFooter": [
|
||||
{ "title": "About", "url": "/about" },
|
||||
|
||||
@ -54,7 +54,7 @@ const plFeConfigSchema = coerceObject({
|
||||
},
|
||||
v.record(v.string(), v.string()),
|
||||
)), null),
|
||||
copyright: v.fallback(v.string(), `♥${new Date().getFullYear()}. Copying is an act of love. Please copy and share.`),
|
||||
copyright: v.fallback(v.string(), 'skibidi dop dop dop yes yes'),
|
||||
defaultSettings: v.fallback(v.partial(settingsSchema), {}),
|
||||
gdpr: v.fallback(v.boolean(), false),
|
||||
gdprUrl: v.fallback(v.string(), ''),
|
||||
|
||||
Reference in New Issue
Block a user