Specify version as latest version in footer

This commit is contained in:
Abin 2022-12-06 15:12:17 +05:30
parent 8773f8b666
commit 4bf867dfdc

View File

@ -145,7 +145,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} | Version ${process.env.CORSO_VERSION}`,
copyright: `Copyright © ${new Date().getFullYear()} | Latest Version ${process.env.CORSO_VERSION}`,
},
colorMode: {
defaultMode: 'dark',