Skip to content

Commit b74068b

Browse files
committed
Changes what's new icon to not conflict w/ launchpad
1 parent 1886056 commit b74068b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/webviews/apps/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
class="inline-nav__link inline-nav__link--text"
3838
href="https://help.gitkraken.com/gitlens/gitlens-release-notes-current/"
3939
aria-label="What's New"
40-
><code-icon icon="rocket"></code-icon><span>What's New</span></a
40+
><code-icon icon="megaphone"></code-icon><span>What's New</span></a
4141
>
4242
<span slot="content">What's New</span>
4343
</gl-tooltip>

src/webviews/apps/plus/account/components/account-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export class AccountContent extends LitElement {
280280
return html`
281281
${this.isReactivatedTrial
282282
? html`<p>
283-
<code-icon icon="rocket"></code-icon>
283+
<code-icon icon="megaphone"></code-icon>
284284
See
285285
<a href="${urls.releaseNotes}">what's new</a>
286286
in GitLens.

0 commit comments

Comments
 (0)