Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Nov 22, 2024
1 parent e974967 commit 92ff32f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion interface/src/app/settings/Version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,12 @@ const Version = () => {
onClick={() => setOpenDialog(false)}
color="primary"
>
<Link underline="none" target="_blank" href={getBinURL(useDev)} color="primary">
<Link
underline="none"
target="_blank"
href={getBinURL(useDev)}
color="primary"
>
{LL.DOWNLOAD(1)}
</Link>
</Button>
Expand Down

0 comments on commit 92ff32f

Please sign in to comment.