mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
changed boris texts
This commit is contained in:
parent
d35397108a
commit
67173bfec1
2 changed files with 4 additions and 6 deletions
|
@ -30,7 +30,7 @@ const BorisStatsGit: FC<IProps> = ({ stats }) => {
|
|||
|
||||
return (
|
||||
<div className={styles.wrap}>
|
||||
<div className={styles.stats__title}>Изменения</div>
|
||||
<div className={styles.stats__title}>КОММИТС</div>
|
||||
|
||||
{stats.git
|
||||
.filter(data => data.commit && data.timestamp && data.subject)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue