chore(wallet): add v prefix in wallet version

This commit is contained in:
pierre
2023-04-26 10:04:58 +02:00
parent 3f4f76859b
commit 1365e2f246
@@ -40,7 +40,7 @@ const AppVersion = () => {
<Typography variant="caption" sx={{ color: 'nym.text.muted' }}>
Installed version
</Typography>
<Typography>{`Nym Wallet ${appVersion}`}</Typography>
<Typography>{`Nym Wallet v${appVersion}`}</Typography>
</Stack>
{updateAvailable && (
<Button variant="text" onClick={() => updateHandler()}>