ソースを参照

Removes "Introducing" on feature cards

main
Eric Amodio 2年前
コミット
3efcac3669
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      src/webviews/apps/home/home.html

+ 3
- 3
src/webviews/apps/home/home.html ファイルの表示

@ -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"

読み込み中…
キャンセル
保存