Spaces:
Running
Running
Commit
·
088b8bd
1
Parent(s):
ef85034
up
Browse files
src/app/interface/top-menu/index.tsx
CHANGED
@@ -48,7 +48,7 @@ export function TopMenu() {
|
|
48 |
)}>
|
49 |
<div className="flex flex-row flex-grow w-full">
|
50 |
<Input
|
51 |
-
placeholder={`Invent a location e.g.
|
52 |
className="w-full bg-neutral-300 text-neutral-800 dark:bg-neutral-300 dark:text-neutral-800 rounded-r-none"
|
53 |
// disabled={atLeastOnePanelIsBusy}
|
54 |
onChange={(e) => {
|
|
|
48 |
)}>
|
49 |
<div className="flex flex-row flex-grow w-full">
|
50 |
<Input
|
51 |
+
placeholder={`Invent a location e.g. a japanese onsen, NYC subway station..`}
|
52 |
className="w-full bg-neutral-300 text-neutral-800 dark:bg-neutral-300 dark:text-neutral-800 rounded-r-none"
|
53 |
// disabled={atLeastOnePanelIsBusy}
|
54 |
onChange={(e) => {
|