mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-28 15:17:59 +01:00
Fix copyright
This commit is contained in:
parent
927d2666e9
commit
df5b3e5c10
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class MinificationTransform extends RenderTransform {
|
||||||
const defaultReplacements = {
|
const defaultReplacements = {
|
||||||
"TITLE": "Poll Horse",
|
"TITLE": "Poll Horse",
|
||||||
"DEVELOPER_CONTACT_INFO": "developer@poll.horse",
|
"DEVELOPER_CONTACT_INFO": "developer@poll.horse",
|
||||||
"FOOTER_COPYRIGHT": `© ${ (new Date()).getFullYear() } Wolvan`,
|
"FOOTER_COPYRIGHT": `© ${ (new Date()).getFullYear() } Based Department`,
|
||||||
"FOOTER_LINKS": `
|
"FOOTER_LINKS": `
|
||||||
<li><a href="https://github.com/Wolvan/poll.horse" target="_blank">Github Repo</a></li>
|
<li><a href="https://github.com/Wolvan/poll.horse" target="_blank">Github Repo</a></li>
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in a new issue