updated button to learn more based on reviewer suggestions

This commit is contained in:
Jeff Durand
2021-02-18 17:54:06 +00:00
committed by GitHub
parent 9f2b3a26e9
commit 5f5c98e2ae
@@ -49,9 +49,8 @@ const RadarDescription = (props: Props): JSX.Element => {
onClick={handleClick}
color="primary"
startIcon={<LinkIcon />}
variant="contained"
>
Visit URL
LEARN MORE
</Button>
</DialogActions>
)}