mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 00:20:22 +01:00
Inline survey modal image
This commit is contained in:
parent
4ef6ecb7eb
commit
a30017fd2c
2 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@ class SurveyModal extends React.Component {
|
|||
title="Maputnik Survey"
|
||||
>
|
||||
<div className="maputnik-modal-survey">
|
||||
<img className="maputnik-modal-survey__logo" src={logoImage} alt="" width="128" />
|
||||
<div className="maputnik-modal-survey__logo" dangerouslySetInnerHTML={{__html: logoImage}} />
|
||||
<h1>You + Maputnik = Maputnik better for you</h1>
|
||||
<p className="maputnik-modal-survey__description">We don’t track you, so we don’t know how you use Maputnik. Help us make Maputnik better for you by completing a 7–minute survey carried out by our contributing designer.</p>
|
||||
<Button onClick={this.onClick} className="maputnik-big-button maputnik-white-button maputnik-wide-button">Take the Maputnik Survey</Button>
|
||||
|
|
|
@ -280,6 +280,7 @@
|
|||
display: block;
|
||||
margin: 0 auto;
|
||||
height: 128px;
|
||||
width: 128px;
|
||||
}
|
||||
|
||||
.maputnik-modal-survey__description {
|
||||
|
|
Loading…
Reference in a new issue