Skip to content

Commit fb071c6

Browse files
Fixed formatting toolbar source link (#620)
1 parent df1c28a commit fb071c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/ui-components/formatting-toolbar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Setting `formattingToolbar={false}` on `BlockNoteView` tells BlockNote not to sh
3434
<strong>Tip:</strong> The children you pass to the `FormattingToolbar` component
3535
should be default dropdowns/buttons (e.g. `BlockTypeDropdown` & `BasicTextStyleButton`) or custom dropdowns/buttons
3636
(`ToolbarDropdown` & `ToolbarButton`). To see all the components you can use, head to the
37-
[Formatting Toolbar's source code](link).
37+
[Formatting Toolbar's source code](https://github.com/TypeCellOS/BlockNote/blob/main/packages/react/src/components/FormattingToolbar/mantine/FormattingToolbar.tsx).
3838
</small>
3939
</div>
4040

0 commit comments

Comments
 (0)