Import repositories from gitlab
This commit is contained in:
10
next/components/statBlock/index.jsx
Normal file
10
next/components/statBlock/index.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import styles from './style.module.scss';
|
||||
|
||||
export default async function StatBlock(props) {
|
||||
return (
|
||||
<a href={props.href} className={styles.statBox}>
|
||||
<span>{props.value}</span>
|
||||
<h3>{props.title}</h3>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user