chore(wallet): add v prefix in wallet version

This commit is contained in:
pierre
2023-04-26 09:30:46 +02:00
parent 3f7f4b82de
commit cfa1ce46f2
@@ -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()}>