1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-14 17:30:05 +00:00

chore: rename tabs SAS Drive -> Drive and SAS Studio -> Studio

This commit is contained in:
2021-10-19 15:32:23 +00:00
parent c760e7bf30
commit cb8b34afac

View File

@@ -38,8 +38,8 @@ const Header = (props: any) => {
onChange={handleTabChange} onChange={handleTabChange}
> >
<Tab label="Home" to="/" component={Link} /> <Tab label="Home" to="/" component={Link} />
<Tab label="SASjs Drive" to="/SASjsDrive" component={Link} /> <Tab label="Drive" to="/SASjsDrive" component={Link} />
<Tab label="SAS Studio" to="/SASjsStudio" component={Link} /> <Tab label="Studio" to="/SASjsStudio" component={Link} />
</Tabs> </Tabs>
</Toolbar> </Toolbar>
</AppBar> </AppBar>