We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab4c81 commit 2d3dec9Copy full SHA for 2d3dec9
1 file changed
status.mdx
@@ -3,12 +3,15 @@ title: X Developer Platform Status
3
---
4
5
<Check>
6
-All systems are operational
+We are seeing issues with Streaming Enfpoints
7
</Check>
8
9
<CardGroup cols={3}>
10
-<Card title="X API v2" icon="circle-check" color="#55d799" horizontal href="#">
11
-<Tooltip tip="Operational">Normal</Tooltip>
+
+<Card title="X API v2" icon="circle-x" color="#ef4444" horizontal href="#">
12
+ <Tooltip tip="Outage">
13
+ <span style={{ color: '#ef4444' }}>Down</span>
14
+ </Tooltip>
15
</Card>
16
<Card title="GNIP Enterprise API" icon="circle-check" color="#55d799" horizontal href="#">
17
<Tooltip tip="Operational">Normal</Tooltip>
0 commit comments