!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">
|
||||
<Tabs className='flex' onSelect={this.onTabSelect} selectedIndex={this.state.selectedTab}>
|
||||
<TabList>
|
||||
<Tab>Sample queries</Tab>
|
||||
<Tab>All queries</Tab>
|
||||
<Tab>Sample Queries</Tab>
|
||||
<Tab>All Queries</Tab>
|
||||
<Tab>Results</Tab>
|
||||
<Tab>Data Preview</Tab>
|
||||
</TabList>
|
||||
|
|
|
|||
Loading…
Reference in New Issue