Skip to content

Commit 6613c6d

Browse files
authored
Merge pull request #114 from parteekcoder/contribute_button
contribute button
2 parents 70c7536 + 8b64625 commit 6613c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/toolbarActions/toolbarList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const toolbarList = (state, dispatcher) => [
218218
type: 'action',
219219
text: 'Contribute',
220220
icon: FiTriangle,
221-
action: () => { window.open('https://github.com/ControlCore-Project/concore-editor', '_blank'); },
221+
action: () => { window.open('https://github.com/ControlCore-Project/concore', '_blank'); },
222222
active: true,
223223
visibility: true,
224224
},

0 commit comments

Comments
 (0)