Manuals update / refactor

This commit is contained in:
mrfry 2021-05-15 11:12:54 +02:00
parent a01761e729
commit 7ee8c376fa
4 changed files with 214 additions and 83 deletions

View file

@ -54,12 +54,12 @@ export default function contribute() {
<hr />
<Todos />
<hr />
<div className={styles.gitRepos}>
<div id={'gitrepo'} className={styles.gitRepos}>
<div>
<div className={'subtitle'}>
<b>Git repos</b>
</div>
<div id={'gitrepo'}>
<div>
{Object.keys(repos.repos).map((key) => {
let repo = repos.repos[key]
return (