Spaces:
Build error
Build error
add community feedback to nav
Browse files
src/routes/+layout.svelte
CHANGED
@@ -136,6 +136,12 @@
|
|
136 |
>
|
137 |
Theme
|
138 |
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
<a
|
140 |
href={base}
|
141 |
class="truncate py-3 px-3 rounded-lg flex-none text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700"
|
|
|
136 |
>
|
137 |
Theme
|
138 |
</button>
|
139 |
+
<a
|
140 |
+
href="https://huggingface.co/spaces/huggingchat/chat-ui/discussions"
|
141 |
+
class="text-left flex items-center first-letter:capitalize truncate py-3 px-3 rounded-lg flex-none text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700"
|
142 |
+
>
|
143 |
+
Community feedback
|
144 |
+
</a>
|
145 |
<a
|
146 |
href={base}
|
147 |
class="truncate py-3 px-3 rounded-lg flex-none text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700"
|