victor HF staff commited on
Commit
e6085e5
1 Parent(s): 2d533a9

add community feedback to nav

Browse files
Files changed (1) hide show
  1. src/routes/+layout.svelte +6 -0
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"