fix(ui): restructure AboutDialog's version notification layout
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
c12472bd19
commit
920800e909
1 changed files with 10 additions and 6 deletions
|
|
@ -73,12 +73,16 @@ const ShowVersion = ({ uiVersion, serverVersion }) => {
|
|||
UI {translate('menu.version')}:
|
||||
</TableCell>
|
||||
<TableCell align="left">
|
||||
<LinkToVersion version={uiVersion} />
|
||||
<Link onClick={() => window.location.reload()}>
|
||||
<Typography variant={'caption'}>
|
||||
{' ' + translate('ra.notification.new_version')}
|
||||
</Typography>
|
||||
</Link>
|
||||
<div>
|
||||
<LinkToVersion version={uiVersion} />
|
||||
</div>
|
||||
<div>
|
||||
<Link onClick={() => window.location.reload()}>
|
||||
<Typography variant={'caption'}>
|
||||
{translate('ra.notification.new_version')}
|
||||
</Typography>
|
||||
</Link>
|
||||
</div>
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue