mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
Update Sidebar.tsx
This commit is contained in:
@@ -844,7 +844,7 @@ export function Sidebar({
|
|||||||
<div className="relative min-w-0 flex-1">
|
<div className="relative min-w-0 flex-1">
|
||||||
<Input
|
<Input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Search rooms/contacts..."
|
placeholder="Search channels/contacts..."
|
||||||
aria-label="Search conversations"
|
aria-label="Search conversations"
|
||||||
value={searchQuery}
|
value={searchQuery}
|
||||||
onChange={(e) => setSearchQuery(e.target.value)}
|
onChange={(e) => setSearchQuery(e.target.value)}
|
||||||
|
|||||||
Reference in New Issue
Block a user