diff --git a/src/webviews/apps/home/components/header-card.ts b/src/webviews/apps/home/components/header-card.ts index 9ef3454..77f68f6 100644 --- a/src/webviews/apps/home/components/header-card.ts +++ b/src/webviews/apps/home/components/header-card.ts @@ -14,13 +14,17 @@ const template = html`

${x => x.planName}${x => + `${x.planName}${x.daysLeft}`} ${when( x => x.pinStatus, html` - status update + ${x => + x.planName} ` `, )} You have access to GitLens+ features on ${x => (x.isPro ? 'any repo' : 'local & public repos')}, and all - other GitLens features on any repo. + other GitLens features on any repo.

+ ✨ indicates GitLens+ features.