From 1d994ec9909f40a7942b5e619dadc8a1abd40e23 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 11 Feb 2022 18:00:43 -0800 Subject: [PATCH] Update ViewConvo.tsx --- .../components/MainTabsOrPages/ViewConvo.tsx | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/packages/web/components/MainTabsOrPages/ViewConvo.tsx b/packages/web/components/MainTabsOrPages/ViewConvo.tsx index cce51bf..969c3da 100644 --- a/packages/web/components/MainTabsOrPages/ViewConvo.tsx +++ b/packages/web/components/MainTabsOrPages/ViewConvo.tsx @@ -485,12 +485,12 @@ export default function ViewConvo(props: { conversationId: string }) { {/* row of cards drawer items */} - + {testDrawerItems.map((link) => ( {/* */} @@ -499,14 +499,16 @@ export default function ViewConvo(props: { conversationId: string }) { className="text-3xl shrink-0" /> - - - {link.linkName} + + + + {link.linkName} + + + {link.relativeSentTime} + - - {link.relativeSentTime} - - + @@ -515,9 +517,11 @@ export default function ViewConvo(props: { conversationId: string }) { - - - + + + + + ))}