This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removes stars from pinned tooltip in home view
main
Keith Daulton
2 years ago
parent
ff19aeff28
commit
7eacce3eee
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
<
/
s
p
a
n
>
<
span
slot
=
"type"
>
$
{
x
=
>
x
.
planName
}
<
/
span
>
<
a
href
=
"#"
class
=
"action is-icon"
Write
Preview
Loading…
Cancel
Save