Skip to content

Commit b7ebedb

Browse files
committed
certain changes
1 parent 8706677 commit b7ebedb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/sidebar/tabs/WikiPages.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<SidebarPage label="Target Selectors" icon={IconAt} page="/wiki/concepts/target-selectors" />
4949
<SidebarPage label="Coordinates" icon={IconTilde} page="/wiki/concepts/coordinates" />
5050
<SidebarPage label="Item Components" icon={IconComponents} page="/wiki/concepts/item-components" />
51-
<SidebarPage label="JSON Text" icon={IconBraces} page="/wiki/concepts/text" />
51+
<SidebarPage label="Styled Text" icon={IconBraces} page="/wiki/concepts/text" />
5252
<SidebarPage label="Resource Locations" icon={IconResourceLocation} page="/wiki/concepts/resource-locations" />
5353
<SidebarPage label="Ranges" icon={IconRange} page="/wiki/concepts/ranges" />
5454
</SidebarCategory>

src/routes/wiki/concepts/json-text/+page.svx renamed to src/routes/wiki/concepts/text/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following properties can be used in a text component to add **interactivity*
7171

7272
**Example**: This text will be "Click me", in blue, and when clicked, it will run the command `/say Hello`:
7373
```json
74-
{text: "Click me", "click_event": {"action": "run_command", "command": "/say Hello"}}
74+
{text: "Click me", click_event: {"action": "run_command", "command": "/say Hello"}}
7575
```
7676

7777
### Other

0 commit comments

Comments
 (0)