1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +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}
>
<Tab label="Home" to="/" component={Link} />
<Tab label="SASjs Drive" to="/SASjsDrive" component={Link} />
<Tab label="SAS Studio" to="/SASjsStudio" component={Link} />
<Tab label="Drive" to="/SASjsDrive" component={Link} />
<Tab label="Studio" to="/SASjsStudio" component={Link} />
</Tabs>
</Toolbar>
</AppBar>