Skip to content
Snippets Groups Projects
Commit 314b94ce authored by Andrew Sliwinski's avatar Andrew Sliwinski
Browse files

Change 'Scripts' tab to 'Blocks'. Resolves GH-497

parent 49174da4
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ const GUIComponent = props => {
onSelect={onTabSelect}
>
<TabList className={tabClassNames.tabList}>
<Tab className={tabClassNames.tab}>Scripts</Tab>
<Tab className={tabClassNames.tab}>Blocks</Tab>
<Tab className={tabClassNames.tab}>Costumes</Tab>
<Tab className={tabClassNames.tab}>Sounds</Tab>
</TabList>
......@@ -70,7 +70,7 @@ const GUIComponent = props => {
<Box className={styles.blocksWrapper}>
<Blocks
grow={1}
isVisible={tabIndex === 0} // Scripts tab
isVisible={tabIndex === 0} // Blocks tab
options={{
media: `${basePath}static/blocks-media/`
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment