Commit 78f12056 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: id added to chat search

parent 3cac26aa
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
</div> </div>
<input <input
id="chat-search-input"
class="w-full rounded-r py-1.5 pl-2.5 pr-4 text-sm text-gray-300 bg-gray-950 outline-none" class="w-full rounded-r py-1.5 pl-2.5 pr-4 text-sm text-gray-300 bg-gray-950 outline-none"
placeholder="Search" placeholder="Search"
bind:value={search} bind:value={search}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment