|
|
@ -143,20 +143,11 @@ |
|
|
|
</section> |
|
|
|
<PushNotificationPermission ref="pushNotificationPermission" /> |
|
|
|
|
|
|
|
<section |
|
|
|
id="sectionSearchLocation" |
|
|
|
class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8" |
|
|
|
aria-labelledby="searchLocationHeading" |
|
|
|
> |
|
|
|
<h2 id="searchLocationHeading" class="mb-2 font-bold"> |
|
|
|
Location for Searches |
|
|
|
</h2> |
|
|
|
<LocationSearchSection |
|
|
|
:is-registered="isRegistered" |
|
|
|
:search-area-label="searchAreaLabel" |
|
|
|
@set-search-area="onSetSearchArea" |
|
|
|
/> |
|
|
|
</section> |
|
|
|
<LocationSearchSection |
|
|
|
:is-registered="isRegistered" |
|
|
|
:search-area-label="searchAreaLabel" |
|
|
|
@set-search-area="onSetSearchArea" |
|
|
|
/> |
|
|
|
|
|
|
|
<!-- User Profile --> |
|
|
|
<section |
|
|
|