ImagesTable: Fix padding of disabled download links

This fixes an uneven padding for disabled "Download (....)" links.
This commit is contained in:
regexowl 2023-11-01 17:04:22 +01:00 committed by Klara Simickova
parent 5553766415
commit 6a19aae96c

View file

@ -211,7 +211,7 @@ export const AwsS3Instance = ({
if (status !== 'success') {
return (
<Button isDisabled variant="link" isInline>
<Button component="a" isDisabled variant="link" isInline>
Download ({fileExtensions[compose.request.image_requests[0].image_type]}
)
</Button>