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 }) { - - - + + + + + ))}