Skip to content

Commit 2e23280

Browse files
committed
Add github icon link
1 parent 3d33801 commit 2e23280

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

template/public/main.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,11 @@ var WorkflowContainer = {
4848
}
4949
}
5050

51-
export default { }
51+
export default {
52+
iconLinks: [{
53+
icon: 'github',
54+
href: 'https://github.com/harp-tech',
55+
title: 'GitHub'
56+
}]
57+
}
5258
WorkflowContainer.init();

0 commit comments

Comments
 (0)