Skip to content

Commit

Permalink
Changes what's new icon to not conflict w/ launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 10, 2024
1 parent 1886056 commit b74068b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/webviews/apps/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
class="inline-nav__link inline-nav__link--text"
href="https://help.gitkraken.com/gitlens/gitlens-release-notes-current/"
aria-label="What's New"
><code-icon icon="rocket"></code-icon><span>What's New</span></a
><code-icon icon="megaphone"></code-icon><span>What's New</span></a
>
<span slot="content">What's New</span>
</gl-tooltip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class AccountContent extends LitElement {
return html`
${this.isReactivatedTrial
? html`<p>
<code-icon icon="rocket"></code-icon>
<code-icon icon="megaphone"></code-icon>
See
<a href="${urls.releaseNotes}">what's new</a>
in GitLens.
Expand Down

0 comments on commit b74068b

Please sign in to comment.