1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added build badge

This commit is contained in:
Fedor Katurov 2020-11-18 12:45:48 +07:00
parent 8450856d45
commit 35bf261dcc
2 changed files with 12 additions and 2 deletions

View file

@ -30,7 +30,10 @@ const BorisStatsGit: FC<IProps> = ({ stats }) => {
return (
<div className={styles.wrap}>
<div className={styles.stats__title}>КОММИТС</div>
<div className={styles.stats__title}>
<span>КОММИТС</span>
<img src="https://jenkins.vault48.org/api/badges/muerwre/vault-golang/status.svg" />
</div>
{stats.git
.filter(data => data.commit && data.timestamp && data.subject)