mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Merge branch 'development' of github.com:jeffvli/feishin into development
This commit is contained in:
commit
217a4d65fd
2 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
color: var(--theme-colors-foreground);
|
||||
word-break: keep-all;
|
||||
word-break: normal;
|
||||
opacity: 0.5;
|
||||
transition:
|
||||
opacity 0.3s ease-in-out,
|
||||
|
|
|
|||
|
|
@ -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