We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad02b3 commit 88d7c1bCopy full SHA for 88d7c1b
app/js/tags/curve-editor-left.babel.jsx
@@ -18,7 +18,7 @@ const CurveEditorLeft = ({state}) => {
18
<PointControls state={state}
19
className={CLASSES['curve-editor__anchor-buttons']} />
20
<a className={CLASSES['curve-editor__mojs-logo']}
21
- href="https://github.com/legomushroom/mojs-curve-editor" target="_blank">
+ href="https://github.com/mojs/mojs-curve-editor" target="_blank">
22
<Icon shape="mojs-logo" />
23
</a>
24
</div>;
bower.json
@@ -18,7 +18,7 @@
"editor",
"svg"
],
- "homepage": "https://github.com/legomushroom/mojs-curve-editor",
+ "homepage": "https://github.com/mojs/mojs-curve-editor",
"ignore": [
"**/.*",
"node_modules",
0 commit comments