mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-18 22:25:26 +02:00
feat(theme): add copyright footer
This commit is contained in:
parent
4b2540b7ce
commit
531e69d8aa
@ -8,5 +8,12 @@ export default {
|
|||||||
return {
|
return {
|
||||||
titleTemplate: '%s - Flight Sim on Linux'
|
titleTemplate: '%s - Flight Sim on Linux'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
footer: {
|
||||||
|
text: (
|
||||||
|
<span>
|
||||||
|
© Anthony Berg {new Date().getFullYear()}
|
||||||
|
</span>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user