We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9ff19 commit 2c796bbCopy full SHA for 2c796bb
src/Plugins/JumpAnchorRichContentPlugin.php
@@ -41,7 +41,7 @@ public function getEditorTools(): array
41
return [
42
RichEditorTool::make('jumpAnchor')
43
->action(arguments: '{ anchorId: $getEditor().getAttributes(\'jumpAnchor\')?.[\'data-anchor-id\'] }')
44
- ->icon(Heroicon::Link)
+ ->icon(Heroicon::Hashtag)
45
->label('Add Jump Anchor'),
46
];
47
}
0 commit comments