mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-30 18:20:15 +02:00
footer: Add link to pasteboard for img uploads
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user