+
-
-
{/* Section content */}
{renderDisplayedSection()}
diff --git a/components/analytics/ItemCard.tsx b/components/analytics/ItemCard.tsx
index 0f91c6e..6c66421 100644
--- a/components/analytics/ItemCard.tsx
+++ b/components/analytics/ItemCard.tsx
@@ -15,37 +15,28 @@ interface ItemcardProp {
export default function ItemCard({ data }: ItemcardProp) {
return (
-
-
-
-
-
-
{data.participantCount}
-
-
-
-
{data.badgeText}
-
{data.title}
+
+
+
+
+
+
{data.participantCount}
+
+ {data.badgeText}
+
{data.title}
-
-
-
-
{formatDate(data.startTime)}
-
to {formatDate(data.endTime)}
-
+
+
+
{formatDate(data.startTime)}
+
to {formatDate(data.endTime)}
-
-
-
+
{data.isLive ? "Live" : "Completed"}
-
-
-
)
}
\ No newline at end of file
diff --git a/components/analytics/UserNav.tsx b/components/analytics/UserNav.tsx
index 4eb4875..1fd81dc 100644
--- a/components/analytics/UserNav.tsx
+++ b/components/analytics/UserNav.tsx
@@ -15,36 +15,18 @@ export default function UserNav() {
return (
-