|
@@ -209,7 +209,7 @@ class App extends Component {
|
|
|
<Menu.Item key="instructions" >
|
|
<Menu.Item key="instructions" >
|
|
|
<a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
|
|
<a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
|
|
|
<Icon type="file-text" theme="twoTone" />
|
|
<Icon type="file-text" theme="twoTone" />
|
|
|
- <span>instructions</span>
|
|
|
|
|
|
|
+ <span>Instructions</span>
|
|
|
</a>
|
|
</a>
|
|
|
</Menu.Item>
|
|
</Menu.Item>
|
|
|
</Menu>
|
|
</Menu>
|
|
@@ -243,7 +243,7 @@ class App extends Component {
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
<SubMenu key="trial-case"
|
|
<SubMenu key="trial-case"
|
|
|
- title={<span><Icon type="appstore" theme="twoTone"/><span>Trial Case</span></span>}>
|
|
|
|
|
|
|
+ title={<span><Icon type="appstore" theme="twoTone"/><span>Case Show</span></span>}>
|
|
|
<Menu.Item key="quant-service"><Link to="/quant-service/">quant
|
|
<Menu.Item key="quant-service"><Link to="/quant-service/">quant
|
|
|
case</Link></Menu.Item>
|
|
case</Link></Menu.Item>
|
|
|
</SubMenu>
|
|
</SubMenu>
|
|
@@ -258,7 +258,7 @@ class App extends Component {
|
|
|
<Menu.Item key="instructions" >
|
|
<Menu.Item key="instructions" >
|
|
|
<a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
|
|
<a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
|
|
|
<Icon type="file-text" theme="twoTone" />
|
|
<Icon type="file-text" theme="twoTone" />
|
|
|
- <span>instructions</span>
|
|
|
|
|
|
|
+ <span>Instructions</span>
|
|
|
</a>
|
|
</a>
|
|
|
</Menu.Item>
|
|
</Menu.Item>
|
|
|
</Menu>
|
|
</Menu>
|
|
@@ -382,7 +382,7 @@ class GraphqlSidebar extends Component {
|
|
|
position: 'fixed'
|
|
position: 'fixed'
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
- <SubMenu key="trial-case" title={<span><Icon type="appstore" theme="twoTone"/><span>Trial Case</span></span>}>
|
|
|
|
|
|
|
+ <SubMenu key="trial-case" title={<span><Icon type="appstore" theme="twoTone"/><span>Case Show</span></span>}>
|
|
|
{
|
|
{
|
|
|
data.caseSchema.map((schema) =>
|
|
data.caseSchema.map((schema) =>
|
|
|
<Menu.Item key={schema.schemaName}>
|
|
<Menu.Item key={schema.schemaName}>
|
|
@@ -426,7 +426,7 @@ class GraphqlSidebar extends Component {
|
|
|
<Menu.Item key="instructions" >
|
|
<Menu.Item key="instructions" >
|
|
|
<a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
|
|
<a href="https://ioobot-document.netlify.com/" title="instructions" target="instructions">
|
|
|
<Icon type="file-text" theme="twoTone" />
|
|
<Icon type="file-text" theme="twoTone" />
|
|
|
- <span>instructions</span>
|
|
|
|
|
|
|
+ <span>Instructions</span>
|
|
|
</a>
|
|
</a>
|
|
|
</Menu.Item>
|
|
</Menu.Item>
|
|
|
|
|
|