Explorar el Código

Removes stars from pinned tooltip in home view

main
Keith Daulton hace 2 años
padre
commit
7eacce3eee
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. +1
    -4
      src/webviews/apps/home/components/header-card.ts

+ 1
- 4
src/webviews/apps/home/components/header-card.ts Ver fichero

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

Cargando…
Cancelar
Guardar