1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-29 05:29:13 +02:00

footer: Add link to pasteboard for img uploads

This commit is contained in:
Kushagra Gour 2018-08-04 17:33:16 +05:30
parent eee6c568bd
commit fe67a2ae23
2 changed files with 15 additions and 0 deletions
src

@ -167,6 +167,19 @@ export default class Footer extends Component {
> >
Download game as zip Download game as zip
</button> </button>
<a
class="btn"
rel="noopener"
style={{
width: '200px',
display: 'block',
marginBottom: '16px'
}}
href="https://pasteboard.co/"
target="_blank"
>
Upload Image
</a>
<button <button
class="btn" class="btn"
style={{ width: '200px', display: 'block' }} style={{ width: '200px', display: 'block' }}

@ -239,6 +239,8 @@ a > svg {
letter-spacing: 0.2px; letter-spacing: 0.2px;
line-height: 1; line-height: 1;
white-space: nowrap; white-space: nowrap;
text-align: center;
box-sizing: border-box;
transition: box-shadow 0.2s ease; transition: box-shadow 0.2s ease;
} }