Git workflow, environments & CI/CD pipeline (#1) #6
@@ -256,7 +256,7 @@ export default function Layout() {
|
||||
<Input
|
||||
ref={searchInputRef}
|
||||
type="search"
|
||||
placeholder="Search… from: is:unread has:attachment ( / )"
|
||||
placeholder="Search your inbox…"
|
||||
value={searchQuery}
|
||||
onChange={(e) => setSearchQuery(e.target.value)}
|
||||
aria-label="Search emails"
|
||||
|
||||
Reference in New Issue
Block a user