Browse Source

Add sparkle message to home

main
Keith Daulton 1 year ago
parent
commit
5b34f8ed0b
2 changed files with 5 additions and 0 deletions
  1. +1
    -0
      src/webviews/apps/home/home.html
  2. +4
    -0
      src/webviews/apps/home/home.scss

+ 1
- 0
src/webviews/apps/home/home.html View File

@ -246,6 +246,7 @@
><span class="nav-list__label">Tutorial Video</span></a
>
</nav>
<p class="t-subtle">✨ Requires a trial or subscription to use this on privately hosted repos.</p>
</main>
#{endOfBody}

+ 4
- 0
src/webviews/apps/home/home.scss View File

@ -317,6 +317,10 @@ gk-button {
color: var(--color-foreground--50);
margin: 0;
}
&-subtle {
color: var(--color-foreground--50);
}
}
.nav-list {

Loading…
Cancel
Save