mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
right-align is-updated dialog buttons
This commit is contained in:
@@ -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}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user