Merge branch 'development' of github.com:jeffvli/feishin into development

This commit is contained in:
Kendall Garner 2025-07-01 17:34:32 -07:00
commit 217a4d65fd
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
2 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,7 @@
font-weight: 600; font-weight: 600;
line-height: 1.2; line-height: 1.2;
color: var(--theme-colors-foreground); color: var(--theme-colors-foreground);
word-break: keep-all; word-break: normal;
opacity: 0.5; opacity: 0.5;
transition: transition:
opacity 0.3s ease-in-out, opacity 0.3s ease-in-out,

View file

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