fix(ui): minor changes

This commit is contained in:
sylenien 2022-05-25 17:08:28 +02:00 committed by Delirium
parent dbae4fe353
commit 83600ee04d
2 changed files with 1 additions and 3 deletions

View file

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

View file

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