mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-31 00:30:33 +01:00
Removed {} from props.
This commit is contained in:
parent
3f350c30da
commit
c38547d4e7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function ToolbarLink(props) {
|
||||||
className={classnames('maputnik-toolbar-link', props.className)}
|
className={classnames('maputnik-toolbar-link', props.className)}
|
||||||
href={props.href}
|
href={props.href}
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target={"_blank"}
|
target="_blank"
|
||||||
>
|
>
|
||||||
{props.children}
|
{props.children}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue