Spaces:
Running
Running
Commit
·
dbc506e
1
Parent(s):
d247755
ok
Browse files
src/app/interface/top-menu/index.tsx
CHANGED
@@ -45,7 +45,7 @@ export function TopMenu() {
|
|
45 |
)}>
|
46 |
<div className="flex flex-row flex-grow w-full">
|
47 |
<Input
|
48 |
-
placeholder={`Type a location name eg. "Spaceport in Mos Eisley", "
|
49 |
className="w-full bg-neutral-300 text-neutral-800 dark:bg-neutral-300 dark:text-neutral-800 rounded-r-none"
|
50 |
// disabled={atLeastOnePanelIsBusy}
|
51 |
onChange={(e) => {
|
|
|
45 |
)}>
|
46 |
<div className="flex flex-row flex-grow w-full">
|
47 |
<Input
|
48 |
+
placeholder={`Type a location name eg. "Spaceport in Mos Eisley", "Jurassic Park entrance", "Street at night, Metropolis"..`}
|
49 |
className="w-full bg-neutral-300 text-neutral-800 dark:bg-neutral-300 dark:text-neutral-800 rounded-r-none"
|
50 |
// disabled={atLeastOnePanelIsBusy}
|
51 |
onChange={(e) => {
|