mirror of
https://github.com/block/goose.git
synced 2026-04-28 19:49:51 +00:00
more lowercasing of TabItem labels (#5307)
This commit is contained in:
parent
326c1b09bd
commit
5076481092
19 changed files with 121 additions and 121 deletions
|
|
@ -41,7 +41,7 @@ Click this link to automatically add the extension to Goose:
|
|||
### Method 2: Manual Configuration
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="Goose Desktop" default>
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
|
||||
1. Click `...` in the top right corner of the Goose Desktop.
|
||||
2. Select `Advanced Settings` from the menu.
|
||||
|
|
@ -56,7 +56,7 @@ Click this link to automatically add the extension to Goose:
|
|||
5. Click `Add` button
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
|
||||
1. Run the configuration command:
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue