mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
fix heroButton search param bug
Removed the extra "s?" from the "to" parameter.
This commit is contained in:
parent
ed9ad72b02
commit
c569fe2c51
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const SectionHero = props => {
|
|||
name="SearchPage"
|
||||
to={{
|
||||
search:
|
||||
's?address=Finland&bounds=70.0922932%2C31.5870999%2C59.693623%2C20.456500199999937',
|
||||
'address=Finland&bounds=70.0922932%2C31.5870999%2C59.693623%2C20.456500199999937',
|
||||
}}
|
||||
className={css.heroButton}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue