diff --git a/statusphere-frontend/src/components/Outages.tsx b/statusphere-frontend/src/components/Outages.tsx index 73dad88..df562ec 100644 --- a/statusphere-frontend/src/components/Outages.tsx +++ b/statusphere-frontend/src/components/Outages.tsx @@ -82,7 +82,7 @@ export function Outages(props: OutagesProps) { {(() => { if (incident.title.length > 100) { - return incident.title.substring(0, 100) + return incident.title.substring(0, 100) + "..." } return incident.title })()}