1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 09:40:10 +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

View File

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