Skip to content

Commit 8b64625

Browse files
committed
contribute button
1 parent a7066e4 commit 8b64625

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)