Globally storing some data, other minor fixes

This commit is contained in:
mrfry 2021-01-10 11:15:54 +01:00
parent 820adec2d0
commit 0876761a0f
7 changed files with 111 additions and 61 deletions

View file

@ -94,6 +94,13 @@ export default function contribute() {
)
})}
</ul>
<hr />
<div style={{ textAlign: 'center' }}>
<img
style={{ maxWidth: '100%', width: '400px' }}
src={`${constants.siteUrl}img/bug.png`}
/>
</div>
</div>
</div>
)