mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
disable single attribute per line
This commit is contained in:
parent
92ed8e20c9
commit
8b141d652c
154 changed files with 390 additions and 1800 deletions
|
|
@ -34,10 +34,7 @@ export function IsUpdatedDialog() {
|
|||
>
|
||||
<Stack>
|
||||
<Text>{t('common.newVersion', { postProcess: 'sentenceCase', version })}</Text>
|
||||
<Group
|
||||
justify="flex-end"
|
||||
wrap="nowrap"
|
||||
>
|
||||
<Group justify="flex-end" wrap="nowrap">
|
||||
<Button
|
||||
component="a"
|
||||
href={`https://github.com/jeffvli/feishin/releases/tag/v${version}`}
|
||||
|
|
@ -48,10 +45,7 @@ export function IsUpdatedDialog() {
|
|||
>
|
||||
{t('common.viewReleaseNotes', { postProcess: 'sentenceCase' })}
|
||||
</Button>
|
||||
<Button
|
||||
onClick={handleDismiss}
|
||||
variant="default"
|
||||
>
|
||||
<Button onClick={handleDismiss} variant="default">
|
||||
{t('common.dismiss', { postProcess: 'titleCase' })}
|
||||
</Button>
|
||||
</Group>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue