We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a1ba commit 72d82c9Copy full SHA for 72d82c9
src/components/UpgradeVersion.tsx
@@ -105,9 +105,7 @@ export default function UpgradesCard({ version }: Props): React.ReactElement | n
105
marginBottom: '0.5rem',
106
}}
107
>
108
- <Typography sx={{ marginRight: '2rem' }}>
109
- There are no new updates for {currentMajorVersion}
110
- </Typography>
+ <Typography sx={{ marginRight: '2rem' }}>There are no new updates for {currentMajorVersion}</Typography>
111
</Box>
112
)}
113
0 commit comments