feat: add special notation to route screen
This commit is contained in:
@ -64,6 +64,9 @@
|
|||||||
<CircleDotIcon />
|
<CircleDotIcon />
|
||||||
<Input bind:value={toLocation} />
|
<Input bind:value={toLocation} />
|
||||||
</div>
|
</div>
|
||||||
|
<span>
|
||||||
|
You can use <strong>current</strong> for your current location, <strong>home</strong> or <strong>work</strong> for saved locations.
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
onclick={async () => {
|
onclick={async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user