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() {
51
51
< motion . div
52
52
initial = { { opacity : 0 } }
53
53
animate = { { opacity : 1 } }
54
+ exit = { { opacity : 0 } }
54
55
transition = { { duration : 0.3 } }
55
56
className = "p-1"
56
57
>
@@ -62,15 +63,17 @@ export function IncidentStatusPanel() {
62
63
</ Paragraph >
63
64
</ div >
64
65
< 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.
66
68
</ Paragraph >
67
69
< LinkButton
68
70
variant = "secondary/small"
69
71
to = "https://status.trigger.dev"
70
72
target = "_blank"
71
73
fullWidth
74
+ className = "border-warning/20 bg-warning/10 hover:!border-warning/30 hover:!bg-warning/20"
72
75
>
73
- View status page
76
+ < span className = "text-warning" > View status page</ span >
74
77
</ LinkButton >
75
78
</ div >
76
79
</ motion . div >
You can’t perform that action at this time.
0 commit comments