ui: move xray warn

This commit is contained in:
nick-delirium 2024-12-09 17:25:41 +01:00
parent a010ef9d0f
commit 013d866455
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -57,10 +57,10 @@ const PerformanceGraph = React.memo((props: Props) => {
{disabled ? (
<div
className={
'absolute top-0 bottom-0 left-0 right-0 flex items-center justify-center'
'absolute top-0 bottom-0 left-0 right-0 flex justify-center'
}
>
<div className={'text-disabled-text decoration-dotted'}>Disabled for all tabs</div>
<div className={'text-disabled-text decoration-dotted'}>Disabled for "All Tabs" View</div>
</div>
) : null}
<ResponsiveContainer height={35}>