Skip to content

Commit

Permalink
clients/downloads: fix download button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Dec 20, 2024
1 parent e23e19a commit 1d91fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const DownloadableItem = ({
href={downloadable.file.download.url}
download
>
<Button className="hidden md:flex" size="icon">
<Button size="icon">
<ArrowDownward fontSize="inherit" />
</Button>
</a>
Expand Down

0 comments on commit 1d91fe8

Please sign in to comment.