Unknown char fixes, removed unnecesary files, style fixes/changes

This commit is contained in:
mrfry 2021-04-21 12:05:16 +02:00
parent 9c194277b3
commit 3739153e95
10 changed files with 65 additions and 44 deletions

View file

@ -65,7 +65,7 @@ export default function contribute() {
{Object.keys(repos.repos).map((key) => {
let repo = repos.repos[key]
return (
<div>
<div key={key}>
<ul>
<li>
<a key={key} href={repo.href}>
@ -78,7 +78,6 @@ export default function contribute() {
})}
</div>
<div
style={{ float: 'left' }}
style={{ textAlign: 'right', marginRight: '100px', marginTop: '25px' }}
>
<img