forked from jsnbuchanan/crowd-funder-for-time-pwa
Fix: routed Set Search Area button
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
class="w-full text-md bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md"
|
class="w-full text-md bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-4 py-2 rounded-md"
|
||||||
@click="setSearchArea"
|
@click="$router.push({ name: 'search-area' })"
|
||||||
>
|
>
|
||||||
Set Search Area...
|
Set Search Area...
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user