Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / views / repositories-panel / repositories-panel.tsx
index 62e91b5f1de5e4923abecd46b4494eff377f85ca..f6e02af4dffeadc5b540bf76b3cd077494c93fb6 100644 (file)
@@ -101,7 +101,7 @@ export const RepositoriesPanel = compose(
                         <CardContent>
                             <Grid container direction="row">
                                 <Grid item xs={8}>
-                                    <Typography variant="body2">
+                                    <Typography variant='body1'>
                                         When you are using an Arvados virtual machine, you should clone the https:// URLs. This will authenticate automatically using your API token. <br />
                                         In order to clone git repositories using SSH, <Link to={Routes.SSH_KEYS_USER} className={classes.link}>add an SSH key to your account</Link> and clone the git@ URLs.
                                     </Typography>