mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
right-align is-updated dialog buttons
This commit is contained in:
parent
cd18e683bf
commit
8611f08f54
1 changed files with 4 additions and 1 deletions
|
|
@ -34,7 +34,10 @@ export function IsUpdatedDialog() {
|
|||
>
|
||||
<Stack>
|
||||
<Text>{t('common.newVersion', { postProcess: 'sentenceCase', version })}</Text>
|
||||
<Group wrap="nowrap">
|
||||
<Group
|
||||
justify="flex-end"
|
||||
wrap="nowrap"
|
||||
>
|
||||
<Button
|
||||
component="a"
|
||||
href={`https://github.com/jeffvli/feishin/releases/tag/v${version}`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue