diff --git a/packages/desktop/src/pages/terminal/index.tsx b/packages/desktop/src/pages/terminal/index.tsx index a1ac5ca..4740b2e 100644 --- a/packages/desktop/src/pages/terminal/index.tsx +++ b/packages/desktop/src/pages/terminal/index.tsx @@ -443,11 +443,11 @@ function LineDetailsTerminal({ /> {otherUser.givenName} - {`${ + {`${ Math.floor(Math.random() * 10) + 1 }:${Math.floor(Math.random() * 100) + 10}pm |`} - {`${ + {`${ Math.floor(Math.random() * 60) + 1 } seconds`} @@ -467,11 +467,11 @@ function LineDetailsTerminal({ /> {"Arjun Patel"} - {`${ + {`${ Math.floor(Math.random() * 10) + 1 }:${Math.floor(Math.random() * 100) + 10}pm |`} - {`${ + {`${ Math.floor(Math.random() * 60) + 1 } seconds`} @@ -479,12 +479,16 @@ function LineDetailsTerminal({ today -
+
{selectedLine.otherUserObjects.map((otherUser) => ( // TODO: show the shadow if it's unheard
- + {otherUser.name} - {`${ + {`${ Math.floor(Math.random() * 10) + 1 }:${Math.floor(Math.random() * 100) + 10}pm |`}