mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
update dates
This commit is contained in:
parent
8d624d1d81
commit
ec90f0fe4f
3 changed files with 4 additions and 4 deletions
|
@ -111,7 +111,7 @@ module.exports = {
|
|||
},
|
||||
footer: {
|
||||
iconUrl: STATICS.googlemaps,
|
||||
text: `Map Data ©2024 Google • ${context.application.name}`
|
||||
text: `Map Data ©${new Date().getFullYear()} Google • ${context.application.name}`
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -178,7 +178,7 @@ module.exports = {
|
|||
},
|
||||
footer: {
|
||||
iconUrl: STATICS.googlemaps,
|
||||
text: `Map Data ©2024 Google • ${context.application.name}`
|
||||
text: `Map Data ©${new Date().getFullYear()} Google • ${context.application.name}`
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue