right-align is-updated dialog buttons

This commit is contained in:
jeffvli 2025-06-30 00:43:59 -07:00
parent cd18e683bf
commit 8611f08f54

View file

@ -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}`}