Skip to content

Commit a3d33e6

Browse files
committed
Added open source and GitHub text and links to about dialog
1 parent 8e914f7 commit a3d33e6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/AboutDialog.js

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,39 @@ class AboutDialog extends React.Component {
4949
<DialogContentText>
5050
Version {packageJSON.version}
5151
</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>
5285
<DialogContentText variant='caption' className={classes.copyright}>
5386
&copy; 2018 Magnus Jacobsson Interactive AB
5487
</DialogContentText>

0 commit comments

Comments
 (0)