Skip to content

Commit 973ef5e

Browse files
committed
Photon is back up!
1 parent 00b7f19 commit 973ef5e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

src/components/PlacePicker.tsx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,26 +102,17 @@ export const PlacePicker = ({
102102
<CommandList>
103103
<CommandEmpty>
104104
{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-
</>
105+
<>Loading...</>
115106
) : error ? (
116107
<>
117-
{" "}
118108
<a
119109
href="https://github.com/komoot/photon"
120110
className="text-blue-500"
121111
>
122112
Photon
123113
</a>{" "}
124-
is down.{" "}
114+
is down. Please draw a polygon instead at
115+
the bottom left of the map.
125116
</>
126117
) : (
127118
"No locations found."

0 commit comments

Comments
 (0)