We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2465a25 commit 7d9a1baCopy full SHA for 7d9a1ba
src/components/UpgradeVersion.tsx
@@ -89,7 +89,7 @@ export default function UpgradesCard({ version }: Props): React.ReactElement | n
89
<Typography variant='h5'>Available versions</Typography>
90
91
<Typography variant='body1' sx={{ fontSize: '14px', fontWeight: 'bold' }}>
92
- Current version: v{version}
+ Current version: {version}
93
</Typography>
94
</Stack>
95
@@ -106,7 +106,7 @@ export default function UpgradesCard({ version }: Props): React.ReactElement | n
106
}}
107
>
108
<Typography sx={{ marginRight: '2rem' }}>
109
- There are no new updates for v{currentMajorVersion}
+ There are no new updates for {currentMajorVersion}
110
111
</Box>
112
)}
0 commit comments