From df14860a147bc4ed638891fbe0e5028b6b0fc826 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 25 Jun 2025 17:14:29 +0100 Subject: [PATCH] Update UI --- src/components/AIRoadmap/AIRoadmapCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AIRoadmap/AIRoadmapCard.tsx b/src/components/AIRoadmap/AIRoadmapCard.tsx index e61a6ef21..cd6f35802 100644 --- a/src/components/AIRoadmap/AIRoadmapCard.tsx +++ b/src/components/AIRoadmap/AIRoadmapCard.tsx @@ -22,7 +22,7 @@ export function AIRoadmapCard(props: AIRoadmapCardProps) { className={cn( 'group relative flex h-full w-full gap-3 overflow-hidden rounded-lg border border-gray-200 bg-white p-4 text-left transition-all hover:border-gray-300 hover:bg-gray-50 sm:gap-4', variant === 'column' && 'flex-col', - variant === 'row' && 'flex-row sm:flex-row sm:items-center', + variant === 'row' && 'sm:flex-col sm:items-start', )} >
@@ -31,7 +31,7 @@ export function AIRoadmapCard(props: AIRoadmapCardProps) {
-
+
{updatedAgo}