0.9.0.1
This commit is contained in:
@@ -479,7 +479,7 @@ export function SiteHeader() {
|
||||
<Search className="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />
|
||||
<Input
|
||||
type="search"
|
||||
placeholder="搜索成员..."
|
||||
placeholder="搜索成员(支持拼音)..."
|
||||
value={searchQuery}
|
||||
onChange={(e) => handleSearch(e.target.value)}
|
||||
className="h-9 w-56 xl:w-64 rounded-lg bg-muted/50 pl-9 text-sm border-0 focus-visible:ring-1 focus-visible:ring-primary/50"
|
||||
|
||||
Reference in New Issue
Block a user