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