diff --git a/components/cards/ReportCard.tsx b/components/cards/ReportCard.tsx
index 3481cb8..e33673b 100644
--- a/components/cards/ReportCard.tsx
+++ b/components/cards/ReportCard.tsx
@@ -8,9 +8,11 @@ export function ReportCard({ report }: { report: Report }) {
-
+
{report.content.report_reason.includes("Illegal") && (
- Urgent
+
+ Urgent
+
)}{" "}
{report.additional_context || "No reason specified"}