feat(UsageAlert): use new plan upgrade page

This commit is contained in:
Ali BARIN
2023-03-21 20:25:46 +00:00
parent 6f2ca00263
commit e25aab742b
4 changed files with 18 additions and 41 deletions

View File

@@ -1,4 +1,5 @@
import * as React from 'react';
import { Link } from 'react-router-dom';
import Alert from '@mui/material/Alert';
import Snackbar from '@mui/material/Snackbar';
import Typography from '@mui/material/Typography';
@@ -34,8 +35,9 @@ export default function UsageAlert() {
</Typography>
<Button
component={Link}
size="small"
href={usageAlert.url}
to={usageAlert.url}
sx={{ minWidth: 100 }}
>
{formatMessage('usageAlert.viewPlans')}