feat: remove underline from link
This commit is contained in:
@@ -154,7 +154,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
width: 'max-content',
|
width: 'max-content',
|
||||||
}}>
|
}}>
|
||||||
<Typography key={`binary-output-key-${key}`} sx={{ margin: '20px 0px 20px 0px'}}>
|
<Typography key={`binary-output-key-${key}`} sx={{ margin: '20px 0px 20px 0px'}}>
|
||||||
<a href={imageUrl} download={key}>Download</a>
|
<a href={imageUrl} download={key} style={{ textDecoration: 'none' }}>Download</a>
|
||||||
</Typography>
|
</Typography>
|
||||||
<img key={`image-${key}`} src={imageUrl} alt={key} height='auto' width='700px' />
|
<img key={`image-${key}`} src={imageUrl} alt={key} height='auto' width='700px' />
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user