Explorar el Código

Add sparkle message to home

main
Keith Daulton hace 1 año
padre
commit
5b34f8ed0b
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  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 Ver fichero

@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar