mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +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>
|
<Stack>
|
||||||
<Text>{t('common.newVersion', { postProcess: 'sentenceCase', version })}</Text>
|
<Text>{t('common.newVersion', { postProcess: 'sentenceCase', version })}</Text>
|
||||||
<Group wrap="nowrap">
|
<Group
|
||||||
|
justify="flex-end"
|
||||||
|
wrap="nowrap"
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
component="a"
|
component="a"
|
||||||
href={`https://github.com/jeffvli/feishin/releases/tag/v${version}`}
|
href={`https://github.com/jeffvli/feishin/releases/tag/v${version}`}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue