Git workflow, environments & CI/CD pipeline (#1) #6

Open
cesnimda wants to merge 40 commits from develop into main
Showing only changes of commit dfd8579899 - Show all commits
+1 -1
View File
@@ -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"