feat(theme): add copyright footer

This commit is contained in:
Anthony Berg 2023-06-23 16:47:05 +01:00
parent 4b2540b7ce
commit 531e69d8aa

View File

@ -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>
)
} }
} }