We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b7f19 commit 973ef5eCopy full SHA for 973ef5e
1 file changed
src/components/PlacePicker.tsx
@@ -102,26 +102,17 @@ export const PlacePicker = ({
102
<CommandList>
103
<CommandEmpty>
104
{loading ? (
105
- <>
106
- Loading...{" "}
107
- <a
108
- href="https://github.com/komoot/photon"
109
- className="text-blue-500"
110
- >
111
- Photon
112
- </a>{" "}
113
- may be down.{" "}
114
- </>
+ <>Loading...</>
115
) : error ? (
116
<>
117
- {" "}
118
<a
119
href="https://github.com/komoot/photon"
120
className="text-blue-500"
121
>
122
Photon
123
</a>{" "}
124
- is down.{" "}
+ is down. Please draw a polygon instead at
+ the bottom left of the map.
125
</>
126
) : (
127
"No locations found."
0 commit comments