Browse Source

Removes stars from pinned tooltip in home view

main
Keith Daulton 2 years ago
parent
commit
7eacce3eee
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      src/webviews/apps/home/components/header-card.ts

+ 1
- 4
src/webviews/apps/home/components/header-card.ts View 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"

Loading…
Cancel
Save