Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Nov 26, 2024
1 parent 6a864cb commit ed40516
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/www/content/docs/examples/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: Export

## Usage

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

## Examples

Expand Down
2 changes: 1 addition & 1 deletion apps/www/public/r/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@
"basic-nodes-demo"
],
"label": "New",
"title": "PDF Toolbar Button"
"title": "Export Toolbar Button"
},
"files": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"basic-nodes-demo"
],
"label": "New",
"title": "PDF Toolbar Button"
"title": "Export Toolbar Button"
},
"files": [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/registry/registry-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const uiComponents: Registry = [
docs: [{ route: '/docs/export', title: 'Export' }],
examples: ['basic-nodes-demo'],
label: 'New',
title: 'PDF Toolbar Button',
title: 'Export Toolbar Button',
},
files: [
{ path: 'plate-ui/export-toolbar-button.tsx', type: 'registry:ui' },
Expand Down

0 comments on commit ed40516

Please sign in to comment.