Pārlūkot izejas kodu

Removes stars from pinned tooltip in home view

main
Keith Daulton pirms 2 gadiem
vecāks
revīzija
7eacce3eee
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. +1
    -4
      src/webviews/apps/home/components/header-card.ts

+ 1
- 4
src/webviews/apps/home/components/header-card.ts Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt