소스 검색

Removes stars from pinned tooltip in home view

main
Keith Daulton 2 년 전
부모
커밋
7eacce3eee
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -4
      src/webviews/apps/home/components/header-card.ts

+ 1
- 4
src/webviews/apps/home/components/header-card.ts 파일 보기

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

불러오는 중...
취소
저장