fix(ui): minor changes
This commit is contained in:
parent
dbae4fe353
commit
83600ee04d
2 changed files with 1 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ function EventSearch(props) {
|
|||
<Input
|
||||
autoFocus
|
||||
type="text"
|
||||
placeholder="Filter Events by value, URL or type"
|
||||
placeholder="Filter by Event Type, URL or Keyword"
|
||||
className="inset-0 w-full"
|
||||
name="query"
|
||||
value={value}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import { fetchList as fetchListIntegration } from 'Duck/integrations/actions';
|
|||
import SessionMetaList from 'Shared/SessionItem/SessionMetaList';
|
||||
import UserCard from './EventsBlock/UserCard';
|
||||
import Tabs from 'Components/Session/Tabs';
|
||||
import NewBadge from 'Shared/NewBadge';
|
||||
|
||||
import stl from './playerBlockHeader.module.css';
|
||||
import Issues from './Issues/Issues';
|
||||
|
|
@ -145,7 +144,6 @@ export default class PlayerBlockHeader extends React.PureComponent {
|
|||
onClick={ (tab) => { setActiveTab(tab); !showEvents && toggleEvents(true) } }
|
||||
border={ true }
|
||||
/>
|
||||
<div className="absolute" style={{ left: '160px', top: '13px' }}>{ <NewBadge />}</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue