mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2026-01-13 23:29:43 +01:00
feat(theme): add copyright footer
This commit is contained in:
@@ -8,5 +8,12 @@ export default {
|
||||
return {
|
||||
titleTemplate: '%s - Flight Sim on Linux'
|
||||
}
|
||||
},
|
||||
footer: {
|
||||
text: (
|
||||
<span>
|
||||
© Anthony Berg {new Date().getFullYear()}
|
||||
</span>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user