mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 18:30:40 +01:00
Added back in https://github.com/maputnik/editor link
This commit is contained in:
parent
0d6b9ee9d4
commit
21dbc6c4d9
1 changed files with 5 additions and 3 deletions
|
@ -211,16 +211,18 @@ export default class AppToolbar extends React.Component {
|
|||
>
|
||||
Map view
|
||||
</button>
|
||||
<div
|
||||
<a
|
||||
className="maputnik-toolbar-logo"
|
||||
tabIndex="-1"
|
||||
target="blank"
|
||||
rel="noreferrer noopener"
|
||||
href="https://github.com/maputnik/editor"
|
||||
>
|
||||
<span dangerouslySetInnerHTML={{__html: logoImage}} />
|
||||
<h1>
|
||||
<span className="maputnik-toolbar-name">{pkgJson.name}</span>
|
||||
<span className="maputnik-toolbar-version">v{pkgJson.version}</span>
|
||||
</h1>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div className="maputnik-toolbar__actions" role="navigation" aria-label="Toolbar">
|
||||
<ToolbarAction wdKey="nav:open" onClick={this.props.onToggleModal.bind(this, 'open')}>
|
||||
|
|
Loading…
Reference in a new issue