Browse Source

Removes "Introducing" on feature cards

main
Eric Amodio 2 years ago
parent
commit
3efcac3669
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/webviews/apps/home/home.html

+ 3
- 3
src/webviews/apps/home/home.html View File

@ -231,7 +231,7 @@
<!-- check for gitlens+ -->
<div id="plus-sections">
<card-section dismissable id="commit-graph">
<span slot="heading">Introducing the Commit Graph ✨</span>
<span slot="heading">Commit Graph ✨</span>
<a
title="Learn more about the Commit Graph"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.commitGraph%22"
@ -256,7 +256,7 @@
</p>
</card-section>
<card-section dismissable id="visual-file-history">
<span slot="heading">Introducing Visual File History ✨</span>
<span slot="heading">Visual File History ✨</span>
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
@ -281,7 +281,7 @@
</p>
</card-section>
<card-section dismissable id="worktrees">
<span slot="heading">Introducing Worktrees ✨</span>
<span slot="heading">Worktrees ✨</span>
<a
title="Learn more about Worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"

Loading…
Cancel
Save