Skip to content

Commit

Permalink
Move SillyTavern to desktop clients
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Jun 3, 2024
1 parent 00297b2 commit 11c03f1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/app/pages/homepage/parts/guis/homepage-guis.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,26 @@ <h3 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
[darkBackground]="true"
/>
</div>
</div>

<h3 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">{{'guis.web' | transloco}}</h3>
<div class="items-center border-t max-w-screen-xl px-4 mx-auto lg:grid lg:grid-cols-3 lg:gap-16 xl:gap-24 lg:px-6 py-6">
<div class="space-y-8 sm:gap-6 xl:gap-10 lg:space-y-0">
<app-gui-card
name="KoboldAI Lite"
name="SillyTavern"
description="TODO"
image="https://placehold.co/330x185"
link="https://lite.koboldai.net/"
link="https://sillytavernai.com/"
[goToLinkName]="'guis.get' | transloco:{guiName: 'SillyTavern'}"
[darkBackground]="true"
/>
</div>
</div>

<h3 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">{{'guis.web' | transloco}}</h3>
<div class="items-center border-t max-w-screen-xl px-4 mx-auto lg:grid lg:grid-cols-3 lg:gap-16 xl:gap-24 lg:px-6 py-6">
<div class="space-y-8 sm:gap-6 xl:gap-10 lg:space-y-0">
<app-gui-card
name="SillyTavern"
name="KoboldAI Lite"
description="TODO"
image="https://placehold.co/330x185"
link="https://sillytavernai.com/"
link="https://lite.koboldai.net/"
[darkBackground]="true"
/>
</div>
Expand Down

0 comments on commit 11c03f1

Please sign in to comment.