File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ export function IncidentStatusPanel() {
5151 < motion . div
5252 initial = { { opacity : 0 } }
5353 animate = { { opacity : 1 } }
54+ exit = { { opacity : 0 } }
5455 transition = { { duration : 0.3 } }
5556 className = "p-1"
5657 >
@@ -62,15 +63,17 @@ export function IncidentStatusPanel() {
6263 </ Paragraph >
6364 </ div >
6465 < Paragraph variant = "extra-small/bright" className = "text-warning/80" >
65- Our team is working on resolving the issue. Monitor our status page for updates.
66+ Our team is working on resolving the issue. Check our status page for more
67+ information.
6668 </ Paragraph >
6769 < LinkButton
6870 variant = "secondary/small"
6971 to = "https://status.trigger.dev"
7072 target = "_blank"
7173 fullWidth
74+ className = "border-warning/20 bg-warning/10 hover:!border-warning/30 hover:!bg-warning/20"
7275 >
73- View status page
76+ < span className = "text-warning" > View status page</ span >
7477 </ LinkButton >
7578 </ div >
7679 </ motion . div >
You can’t perform that action at this time.
0 commit comments