Move typography to DialogContentText

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-03-24 10:00:33 -04:00
parent 63541d53dc
commit 9f4e12cf92
@@ -71,10 +71,10 @@ export const EntityBadgesDialog = ({ open, onClose, entity }: Props) => {
<DialogTitle>Entity Badges</DialogTitle>
<DialogContent>
<Typography>
<DialogContentText>
Embed badges in other web sites that link back to this entity. Copy
the relevant snippet of Markdown code to use the badge.
</Typography>
</DialogContentText>
{loading && <Progress />}
{error && <ResponseErrorPanel error={error} />}
{content}