change(ui) - asist doc link, tracker upgrade msg height
This commit is contained in:
parent
207bb7568e
commit
158aa86e1e
2 changed files with 8 additions and 3 deletions
|
|
@ -22,7 +22,12 @@ function LiveSessionList(props: Props) {
|
|||
return (
|
||||
<div>
|
||||
<NoContent
|
||||
title={"No live sessions!"}
|
||||
title={"No live sessions."}
|
||||
subtext={
|
||||
<span>
|
||||
See how to <a target="_blank" className="link" href="https://docs.openreplay.com/plugins/assist">{'enable Assist'}</a> if you haven't yet done so.
|
||||
</span>
|
||||
}
|
||||
image={<img src="/img/live-sessions.png" style={{ width: '70%', marginBottom: '30px' }}/>}
|
||||
show={ !loading && list && list.size === 0}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ const TrackerUpdateMessage= (props) => {
|
|||
{(
|
||||
<div>
|
||||
<div
|
||||
className="rounded text-sm flex items-center p-2 justify-between mb-4"
|
||||
style={{ backgroundColor: 'rgba(255, 239, 239, 1)', border: 'solid thin rgba(221, 181, 181, 1)'}}
|
||||
className="rounded text-sm flex items-center justify-between mb-4"
|
||||
style={{ height: '42px', backgroundColor: 'rgba(255, 239, 239, 1)', border: 'solid thin rgba(221, 181, 181, 1)'}}
|
||||
>
|
||||
<div className="flex items-center w-full">
|
||||
<div className="flex-shrink-0 w-8 flex justify-center">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue