mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 02:57:47 +00:00
feat: update new tab placeholder copy (#441)
* feat: update new tab placeholder copy * fix: simplify new tab placeholder logic
This commit is contained in:
@@ -126,6 +126,7 @@ export const NewTab = () => {
|
||||
query: inputValue,
|
||||
selectedTabs,
|
||||
})
|
||||
const searchPlaceholder = `Ask BrowserOS or search ${providerConfig.name}...`
|
||||
|
||||
const {
|
||||
isOpen,
|
||||
@@ -424,7 +425,7 @@ export const NewTab = () => {
|
||||
/>
|
||||
<input
|
||||
type="text"
|
||||
placeholder={`Ask AI or search ${providerConfig.name}...`}
|
||||
placeholder={searchPlaceholder}
|
||||
className="flex-1 border-none bg-transparent text-base text-foreground outline-none placeholder:text-muted-foreground"
|
||||
{...getInputProps({
|
||||
ref: inputRef,
|
||||
|
||||
Reference in New Issue
Block a user