diff --git a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx index 0ebe99fe..1b321d11 100644 --- a/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx +++ b/apps/portal/src/components/questions/card/question/BaseQuestionCard.tsx @@ -2,6 +2,7 @@ import clsx from 'clsx'; import { useMemo, useState } from 'react'; import { BuildingOfficeIcon, + CalendarIcon, MapPinIcon, UserCircleIcon, } from '@heroicons/react/20/solid'; @@ -224,12 +225,15 @@ export default function BaseQuestionCard({ > )} {timestamp !== null && ( -
- {timestamp.toLocaleDateString(undefined, { - month: 'short', - year: 'numeric', - })} -
++ {timestamp.toLocaleDateString(undefined, { + month: 'short', + year: 'numeric', + })} +
+