mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 08:11:17 +02:00
move images to assets folder
This commit is contained in:
@@ -27,7 +27,7 @@ class JS13K extends Component {
|
||||
onClick={this.props.onClick}
|
||||
onBlur={this.props.onBlur}
|
||||
>
|
||||
<img src="js13kgames.png" alt="JS13K Games logo" height="24" />{' '}
|
||||
<img src="assets/js13kgames.png" alt="JS13K Games logo" height="24" />{' '}
|
||||
<div class="footer__js13k-days-left">
|
||||
{this.state.daysLeft} days to go
|
||||
</div>
|
||||
|
@@ -16,7 +16,7 @@ export function Js13KModal({ show, closeHandler }) {
|
||||
<span style="font-size:3rem;margin:0 1rem;">+</span>
|
||||
<h2>JS13K Games</h2>
|
||||
<img
|
||||
src="js13kgames-square-logo.png"
|
||||
src="assets/js13kgames-square-logo.png"
|
||||
alt="JS13K Games logo"
|
||||
height="100"
|
||||
style="margin:0 0.5rem;"
|
||||
|
@@ -41,7 +41,11 @@ export function SupportDeveloperModal({ show, closeHandler }) {
|
||||
rel="noopener noreferrer"
|
||||
aria-label="Make a monthly pledge on Patreon"
|
||||
>
|
||||
<img src="patreon.png" height="60" alt="Become a patron image" />
|
||||
<img
|
||||
src="assets/patreon.png"
|
||||
height="60"
|
||||
alt="Become a patron image"
|
||||
/>
|
||||
<h3 class="onboard-selection-text">
|
||||
Make a monthly pledge on Patreon
|
||||
</h3>
|
||||
|
Reference in New Issue
Block a user