!481 Capitalize the first latter of each word on the home page

* modify the word of the home page
This commit is contained in:
yangjing99 2020-12-21 17:45:24 +08:00 committed by Raghunandan
parent c350784ac4
commit a4973c6976
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>