Skip to content

Commit 7907086

Browse files
committed
SEO Optimized
1 parent 18d3e7d commit 7907086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/Home/Search/SearchForm.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ const SearchForm = () => {
138138
<ComponentWrapper>
139139
<FaMapMarkerAlt className="map-marker" />
140140
<MapAutoComplete updateValue={(value) => updateValueFunc(value)} />
141-
<label for="map_autocomplete_input">
142-
.
143141
<svg
144142
xmlns="http://www.w3.org/2000/svg"
145143
version="1.1"
@@ -154,6 +152,8 @@ const SearchForm = () => {
154152
<path d="M117.292,69h-13.587C102.28,53.851,90.19,41.761,75.042,40.337V26.5h-6v13.837C53.893,41.761,41.802,53.851,40.378,69 H26.792v6h13.587c1.425,15.148,13.515,27.238,28.663,28.663V117.5h6v-13.837C90.19,102.238,102.28,90.148,103.705,75h13.587V69z M72.042,97.809c-14.23,0-25.809-11.578-25.809-25.809c0-14.231,11.578-25.809,25.809-25.809S97.85,57.769,97.85,72 C97.85,86.23,86.272,97.809,72.042,97.809z" />
155153
<path d="M72.042,52.541c-10.729,0-19.459,8.729-19.459,19.459s8.729,19.459,19.459,19.459S91.5,82.729,91.5,72 S82.771,52.541,72.042,52.541z M72.042,85.459c-7.421,0-13.459-6.037-13.459-13.459c0-7.421,6.038-13.459,13.459-13.459 S85.5,64.579,85.5,72C85.5,79.422,79.462,85.459,72.042,85.459z" />
156154
</svg>
155+
<label for="map_autocomplete_input">
156+
.
157157
</label>
158158
</ComponentWrapper>
159159

0 commit comments

Comments
 (0)