mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Manuals update / refactor
This commit is contained in:
parent
a01761e729
commit
7ee8c376fa
4 changed files with 214 additions and 83 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue