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:
parent
eee6c568bd
commit
fe67a2ae23
@ -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' }}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user