File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import { withStyles } from '@material-ui/core/styles' ;
3
+ import GitHubIcon from '@material-ui/icons/GitHub' ;
3
4
import AppBar from '@material-ui/core/AppBar' ;
4
5
import Toolbar from '@material-ui/core/Toolbar' ;
5
6
import Typography from '@material-ui/core/Typography' ;
@@ -41,6 +42,9 @@ class RawMenuAppBar extends React.Component {
41
42
< Typography color = 'inherit' > React JSONSchema Form (Material UI)</ Typography >
42
43
</ div >
43
44
< VersionSelect setVersion = { setVersion } />
45
+ < IconButton aria-label = "github" onClick = { ( ) => { window . location . href = 'https://github.com/vip-git/react-jsonschema-form-material-ui' } } >
46
+ < GitHubIcon fontSize = "large" />
47
+ </ IconButton >
44
48
</ Toolbar >
45
49
</ AppBar >
46
50
< LeftDrawer open = { drawerOpen } toggleDrawer = { this . toggleDrawer } onSelectMenuItem = { onSelectMenuItem } />
You can’t perform that action at this time.
0 commit comments