Skip to content

Commit d845447

Browse files
author
Raphael Benitte
committed
fix(status): fix status widget title
1 parent 5582bc9 commit d845447

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mozaik-ext-github",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Mozaik github widgets",
55
"repository": {
66
"type": "git",

src/components/Status.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Status extends Component {
4848
return (
4949
<div>
5050
<div className="widget__header">
51-
Github <span className="widget__header__subject">Stakljkjltus</span>
51+
Github <span className="widget__header__subject">Status</span>
5252
<i className="fa fa-github-alt" />
5353
</div>
5454
<div className="widget__body">

0 commit comments

Comments
 (0)