Skip to content

Commit

Permalink
fix: Fix addon's tool title
Browse files Browse the repository at this point in the history
  • Loading branch information
elecdeer committed Jul 15, 2024
1 parent 70a14f7 commit 9b539e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addon-source-link/src/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addons.register(ADDON_ID, () => {
// Register the tool
addons.add(TOOL_ID, {
type: types.TOOL,
title: "My addon",
title: "Source Link",
match: ({ viewMode }) => !!viewMode?.match(/^(story|docs)$/),
render: Tool,
});
Expand Down

0 comments on commit 9b539e3

Please sign in to comment.