File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,39 @@ class AboutDialog extends React.Component {
49
49
< DialogContentText >
50
50
Version { packageJSON . version }
51
51
</ DialogContentText >
52
+ < br />
53
+ < DialogContentText >
54
+ The Graphviz Visual Editor is an
55
+ { ' ' }
56
+ < a
57
+ href = "https://en.wikipedia.org/wiki/Open-source_software"
58
+ target = "_blank"
59
+ rel = "noreferrer noopener"
60
+ >
61
+ open source
62
+ </ a >
63
+ { ' ' }
64
+ project and is hosted at
65
+ { ' ' }
66
+ < a
67
+ href = "https://github.com/magjac/graphviz-visual-editor"
68
+ target = "_blank"
69
+ rel = "noreferrer noopener"
70
+ >
71
+ GitHub
72
+ </ a >
73
+ . See the
74
+ { ' ' }
75
+ < a
76
+ href = "https://github.com/magjac/graphviz-visual-editor/blob/master/README.md"
77
+ target = "_blank"
78
+ rel = "noreferrer noopener"
79
+ >
80
+ README
81
+ </ a >
82
+ { ' ' }
83
+ for more information.
84
+ </ DialogContentText >
52
85
< DialogContentText variant = 'caption' className = { classes . copyright } >
53
86
© 2018 Magnus Jacobsson Interactive AB
54
87
</ DialogContentText >
You can’t perform that action at this time.
0 commit comments