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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user