Browse Source

Updates patch icons on home and welcome

main
Keith Daulton 1 year ago
parent
commit
488ee5544d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/webviews/apps/home/home.html
  2. +2
    -2
      src/webviews/apps/welcome/welcome.html

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

@ -221,7 +221,7 @@
aria-label="Show Cloud Patches view"
data-requires="repo"
hidden
><code-icon class="nav-list__icon" icon="cloud"></code-icon
><code-icon class="nav-list__icon" icon="gl-cloud-patch"></code-icon
><span class="nav-list__label">Cloud Patches</span
><span
class="nav-list__access"

+ 2
- 2
src/webviews/apps/welcome/welcome.html View File

@ -236,7 +236,7 @@
title="Show Cloud Patches view"
aria-label="Show Cloud Patches view"
hidden
><code-icon icon="cloud" size="20"></code-icon>Cloud Patches ☁️</a
><code-icon icon="gl-cloud-patch" size="20"></code-icon>Cloud Patches ☁️</a
>
<a
href="command:gitlens.showWorkspacesView"
@ -541,7 +541,7 @@
title="Show Cloud Patches view"
aria-label="Show Cloud Patches view"
hidden
><code-icon icon="cloud"></code-icon>Cloud Patches ☁️</a
><code-icon icon="gl-cloud-patch"></code-icon>Cloud Patches ☁️</a
>
<a
href="command:gitlens.showWorkspacesView"

Loading…
Cancel
Save