Spaces:
Runtime error
Runtime error
Update src/lib/components/chat/ChatIntroduction.svelte
Browse files
src/lib/components/chat/ChatIntroduction.svelte
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
<div>
|
19 |
<div class="mb-3 flex items-center text-2xl font-semibold">
|
20 |
<Logo classNames="mr-1 text-yellow-400 text-4xl" />
|
21 |
-
|
22 |
{#if typeof PUBLIC_VERSION !== "undefined"}
|
23 |
<div
|
24 |
class="ml-3 flex h-6 items-center rounded-lg border border-gray-100 bg-gray-50 px-2 text-base text-gray-400 dark:border-gray-700/60 dark:bg-gray-800"
|
@@ -28,7 +28,7 @@
|
|
28 |
{/if}
|
29 |
</div>
|
30 |
<p class="text-base text-gray-600 dark:text-gray-400">
|
31 |
-
Making the community's best AI chat models available to everyone.
|
32 |
</p>
|
33 |
</div>
|
34 |
</div>
|
|
|
18 |
<div>
|
19 |
<div class="mb-3 flex items-center text-2xl font-semibold">
|
20 |
<Logo classNames="mr-1 text-yellow-400 text-4xl" />
|
21 |
+
BetterChat
|
22 |
{#if typeof PUBLIC_VERSION !== "undefined"}
|
23 |
<div
|
24 |
class="ml-3 flex h-6 items-center rounded-lg border border-gray-100 bg-gray-50 px-2 text-base text-gray-400 dark:border-gray-700/60 dark:bg-gray-800"
|
|
|
28 |
{/if}
|
29 |
</div>
|
30 |
<p class="text-base text-gray-600 dark:text-gray-400">
|
31 |
+
Making the community's best AI chat models with internet access available to everyone.
|
32 |
</p>
|
33 |
</div>
|
34 |
</div>
|