File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
class ="inline-nav__link inline-nav__link--text "
38
38
href ="https://help.gitkraken.com/gitlens/gitlens-release-notes-current/ "
39
39
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
41
41
>
42
42
< span slot ="content "> What's New</ span >
43
43
</ gl-tooltip >
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ export class AccountContent extends LitElement {
280
280
return html `
281
281
${ this . isReactivatedTrial
282
282
? html `< p >
283
- < code-icon icon ="rocket "> </ code-icon >
283
+ < code-icon icon ="megaphone "> </ code-icon >
284
284
See
285
285
< a href ="${ urls . releaseNotes } "> what's new</ a >
286
286
in GitLens.
You can’t perform that action at this time.
0 commit comments