change(ui) - sessions empty list icon

This commit is contained in:
Shekar Siri 2022-10-26 12:57:00 +02:00
parent 7a5f3dcc8e
commit 2d0af7c0c2

View file

@ -137,8 +137,8 @@ function SessionList(props: Props) {
<div className="text-center text-gray-600 relative">
{NO_CONTENT.message}
{noContentType === NoContentType.ToDate ? (
<div style={{ position: 'absolute', right: -140, top: -115 }}>
<Icon name="list-arrow" size={130} />
<div style={{ position: 'absolute', right: -170, top: -110 }}>
<Icon name="list-arrow" size={130} width={150} />
</div>
) : null}
</div>