1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 23:40:06 +00:00

Merge pull request #221 from sasjs/improve-web-UI

fix: Improve web UI
This commit is contained in:
Allan Bowe
2022-07-06 13:26:19 +01:00
committed by GitHub
2 changed files with 26 additions and 3 deletions

View File

@@ -144,6 +144,18 @@ const Header = (props: any) => {
open={!!anchorEl}
onClose={handleClose}
>
<MenuItem sx={{ justifyContent: 'center' }}>
<Button
href={'https://server.sasjs.io'}
target="_blank"
rel="noreferrer"
variant="contained"
color="primary"
size="large"
>
Documentation
</Button>
</MenuItem>
<MenuItem sx={{ justifyContent: 'center' }}>
<Button
component={Link}