tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
fix: typo
Maximilian Kaske
5 months ago
650a03d4
6744591b
+2
-2
1 changed file
expand all
collapse all
unified
split
apps
status-page
src
components
status-page
status-feed.tsx
+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
97
-
View all reports
97
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
197
-
View all events
197
197
+
View events history
198
198
</StatusBlankLink>
199
199
</div>
200
200
);