Spaces:
Runtime error
Runtime error
Update src/lib/components/chat/ChatIntroduction.svelte
Browse files
src/lib/components/chat/ChatIntroduction.svelte
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
<div class="lg:col-span-1">
|
18 |
<div>
|
19 |
<div class="mb-3 flex items-center text-2xl font-semibold">
|
20 |
-
<Logo width="
|
21 |
BetterChat
|
22 |
{#if typeof PUBLIC_VERSION !== "undefined"}
|
23 |
<div
|
|
|
17 |
<div class="lg:col-span-1">
|
18 |
<div>
|
19 |
<div class="mb-3 flex items-center text-2xl font-semibold">
|
20 |
+
<Logo width="50px" height="50px" classNames="mr-1 text-yellow-400 text-3xl" />
|
21 |
BetterChat
|
22 |
{#if typeof PUBLIC_VERSION !== "undefined"}
|
23 |
<div
|