Spaces:
Build error
Build error
Adrien Denat
commited on
Commit
•
690db3e
1
Parent(s):
0bfcf81
redirect "New Chat" to /
Browse files
src/routes/+layout.svelte
CHANGED
@@ -86,7 +86,7 @@
|
|
86 |
>
|
87 |
<div class="flex-none sticky top-0 p-3 flex flex-col">
|
88 |
<a
|
89 |
-
href={base}
|
90 |
class="border px-12 py-2.5 rounded-lg shadow bg-white dark:bg-gray-700 dark:border-gray-600 text-center"
|
91 |
>
|
92 |
New Chat
|
|
|
86 |
>
|
87 |
<div class="flex-none sticky top-0 p-3 flex flex-col">
|
88 |
<a
|
89 |
+
href={base || "/"}
|
90 |
class="border px-12 py-2.5 rounded-lg shadow bg-white dark:bg-gray-700 dark:border-gray-600 text-center"
|
91 |
>
|
92 |
New Chat
|