Skip to content

Commit f2e4f89

Browse files
authored
fix(ui): correct button label typo in GeneralSettings component (#9930)
1 parent af814a0 commit f2e4f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/components/profileSettings/GeneralSettings.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
onclick={async () => await instalCLI()}
245245
loading={installingCLI.current.isLoading}
246246
>
247-
>Install But CLI</Button
247+
Install But CLI</Button
248248
>
249249
<Button
250250
style="neutral"

0 commit comments

Comments
 (0)