1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-11 21:05:22 +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' }}

View File

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