fix(ui) - network panel title

This commit is contained in:
Shekar Siri 2022-08-26 18:17:35 +02:00
parent 238394a723
commit a813a00b6d

View file

@ -228,6 +228,8 @@ export default class NetworkContent extends React.PureComponent {
<React.Fragment> <React.Fragment>
<BottomBlock style={{ height: 300 + additionalHeight + 'px' }} className="border"> <BottomBlock style={{ height: 300 + additionalHeight + 'px' }} className="border">
<BottomBlock.Header showClose={!isResult}> <BottomBlock.Header showClose={!isResult}>
<div className="flex items-center">
<span className="font-semibold color-gray-medium mr-4">Network</span>
<Tabs <Tabs
className="uppercase" className="uppercase"
tabs={tabs} tabs={tabs}
@ -235,6 +237,7 @@ export default class NetworkContent extends React.PureComponent {
onClick={this.onTabClick} onClick={this.onTabClick}
border={false} border={false}
/> />
</div>
<Input <Input
className="input-small" className="input-small"
placeholder="Filter by name" placeholder="Filter by name"