Skip to content

Commit 2c796bb

Browse files
committed
change icon
1 parent 6f9ff19 commit 2c796bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/JumpAnchorRichContentPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getEditorTools(): array
4141
return [
4242
RichEditorTool::make('jumpAnchor')
4343
->action(arguments: '{ anchorId: $getEditor().getAttributes(\'jumpAnchor\')?.[\'data-anchor-id\'] }')
44-
->icon(Heroicon::Link)
44+
->icon(Heroicon::Hashtag)
4545
->label('Add Jump Anchor'),
4646
];
4747
}

0 commit comments

Comments
 (0)