Sfoglia il codice sorgente

Removes stars from pinned tooltip in home view

main
Keith Daulton 2 anni fa
parent
commit
7eacce3eee
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. +1
    -4
      src/webviews/apps/home/components/header-card.ts

+ 1
- 4
src/webviews/apps/home/components/header-card.ts Vedi File

@ -21,10 +21,7 @@ const template = html`
${when(
x => x.pinStatus,
html<HeaderCard>`
<span slot="type"
><span class="repo-access${x => (x.isPro ? ' is-pro' : '')}"></span>${x =>
x.planName}</span
>
<span slot="type">${x => x.planName}</span>
<a
href="#"
class="action is-icon"

Caricamento…
Annulla
Salva