Skip to content

Commit ed40516

Browse files
committed
fix
1 parent 6a864cb commit ed40516

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/www/content/docs/examples/export.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Export
1515

1616
## Usage
1717

18-
Install the [Export Toolbar Button](/docs/plate-ui/export-toolbar-button) component.
18+
Install the [Export Toolbar Button](/docs/components/export-toolbar-button) component.
1919

2020
## Examples
2121

apps/www/public/r/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@
15751575
"basic-nodes-demo"
15761576
],
15771577
"label": "New",
1578-
"title": "PDF Toolbar Button"
1578+
"title": "Export Toolbar Button"
15791579
},
15801580
"files": [
15811581
{

apps/www/public/r/styles/default/export-toolbar-button.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"basic-nodes-demo"
1616
],
1717
"label": "New",
18-
"title": "PDF Toolbar Button"
18+
"title": "Export Toolbar Button"
1919
},
2020
"files": [
2121
{

apps/www/src/registry/registry-ui.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const uiComponents: Registry = [
112112
docs: [{ route: '/docs/export', title: 'Export' }],
113113
examples: ['basic-nodes-demo'],
114114
label: 'New',
115-
title: 'PDF Toolbar Button',
115+
title: 'Export Toolbar Button',
116116
},
117117
files: [
118118
{ path: 'plate-ui/export-toolbar-button.tsx', type: 'registry:ui' },

0 commit comments

Comments
 (0)