!481 Capitalize the first latter of each word on the home page
* modify the word of the home page
This commit is contained in:
parent
c350784ac4
commit
a4973c6976
File diff suppressed because one or more lines are too long
|
|
@ -110,8 +110,8 @@ class QueryInformation
|
||||||
<div ref={this.QueryInformationRef} className="flex flex-column query-information">
|
<div ref={this.QueryInformationRef} className="flex flex-column query-information">
|
||||||
<Tabs className='flex' onSelect={this.onTabSelect} selectedIndex={this.state.selectedTab}>
|
<Tabs className='flex' onSelect={this.onTabSelect} selectedIndex={this.state.selectedTab}>
|
||||||
<TabList>
|
<TabList>
|
||||||
<Tab>Sample queries</Tab>
|
<Tab>Sample Queries</Tab>
|
||||||
<Tab>All queries</Tab>
|
<Tab>All Queries</Tab>
|
||||||
<Tab>Results</Tab>
|
<Tab>Results</Tab>
|
||||||
<Tab>Data Preview</Tab>
|
<Tab>Data Preview</Tab>
|
||||||
</TabList>
|
</TabList>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue