Skip to content

Commit 88d7c1b

Browse files
Fix repository name typo
1 parent 1ad02b3 commit 88d7c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/js/tags/curve-editor-left.babel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const CurveEditorLeft = ({state}) => {
1818
<PointControls state={state}
1919
className={CLASSES['curve-editor__anchor-buttons']} />
2020
<a className={CLASSES['curve-editor__mojs-logo']}
21-
href="https://github.com/legomushroom/mojs-curve-editor" target="_blank">
21+
href="https://github.com/mojs/mojs-curve-editor" target="_blank">
2222
<Icon shape="mojs-logo" />
2323
</a>
2424
</div>;

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"editor",
1919
"svg"
2020
],
21-
"homepage": "https://github.com/legomushroom/mojs-curve-editor",
21+
"homepage": "https://github.com/mojs/mojs-curve-editor",
2222
"ignore": [
2323
"**/.*",
2424
"node_modules",

0 commit comments

Comments
 (0)