IRC button module, removed some links

This commit is contained in:
MrFry 2020-03-19 18:30:15 +01:00
parent 647ca26892
commit 833b641578
6 changed files with 36 additions and 38 deletions

View file

@ -1,3 +1,4 @@
import IrcButton from '../components/IrcButton.js'
import styles from './repos.module.css'
import repos from '../data/repos.json'
@ -50,6 +51,7 @@ export default function Repos (props) {
})}
</tbody>
</table>
<IrcButton />
</div>
)
}