Update releases.tsx

This commit is contained in:
Daniel Lautzenheiser 2023-08-01 12:32:12 -04:00
parent 896768a184
commit 7df11552a6

View File

@ -118,8 +118,8 @@ const Releases = ({ docsGroups, searchablePages }: DocsMenuProps) => {
<strong>Note</strong> <strong>Note</strong>
</AlertTitle> </AlertTitle>
<Typography variant="subtitle1" component="div" color="inherit"> <Typography variant="subtitle1" component="div" color="inherit">
<span>The current docs are for Static CMS v2. For Static CMS v1, see&nbsp;</span> <span>The current docs are for Static CMS v3. For Static CMS v2, see&nbsp;</span>
<StyledLink href="https://v1.staticcms.org">https://v1.staticcms.org</StyledLink>. <StyledLink href="https://v2.staticcms.org">https://v2.staticcms.org</StyledLink>.
</Typography> </Typography>
</Alert> </Alert>
</Container> </Container>