Openstatus www.openstatus.dev

fix: typo

+2 -2
+2 -2
apps/status-page/src/components/status-page/status-feed.tsx
··· 94 94 There have been no reports within the last 7 days. 95 95 </StatusBlankDescription> 96 96 <StatusBlankLink href={`${prefix ? `/${prefix}` : ""}/events`}> 97 - View all reports 97 + View events history 98 98 </StatusBlankLink> 99 99 </StatusBlankContent> 100 100 </StatusBlankContainer> ··· 194 194 className="mx-auto" 195 195 href={`${prefix ? `/${prefix}` : ""}/events`} 196 196 > 197 - View all events 197 + View events history 198 198 </StatusBlankLink> 199 199 </div> 200 200 );