Skip to content

Commit

Permalink
Updates tooltip
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Amodio <[email protected]>
  • Loading branch information
nzaytsev and eamodio authored Dec 23, 2024
1 parent 62e72d5 commit 4526495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webviews/apps/plus/graph/GraphWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ export function GraphWrapper({
<CodeIcon className="action-button__icon" icon={'gl-gitlens'} aria-hidden="true" />
</span>
</a>
<span slot="content">Open GitLens Home View</span>
<span slot="content"><strong>GitLens Home</strong> — track, manage, and collaborate on your branches and pull requests, all in one intuitive hub</span>
</GlPopover>
{repo?.provider?.url && (
<>
Expand Down

0 comments on commit 4526495

Please sign in to comment.