File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,15 @@ export function AlertsNoneDeployed() {
346346 and webhooks.
347347 </ Paragraph >
348348
349- < div className = "flex gap-3" >
349+ < div className = "flex items-center justify-between gap-3" >
350+ < LinkButton
351+ to = { docsPath ( "troubleshooting-alerts" ) }
352+ variant = "docs/medium"
353+ LeadingIcon = { BookOpenIcon }
354+ className = "inline-flex"
355+ >
356+ Alerts docs
357+ </ LinkButton >
350358 < LinkButton
351359 to = { v3NewProjectAlertPath ( organization , project , environment ) }
352360 variant = "primary/medium"
@@ -355,14 +363,6 @@ export function AlertsNoneDeployed() {
355363 >
356364 New alert
357365 </ LinkButton >
358- < LinkButton
359- to = { docsPath ( "troubleshooting-alerts" ) }
360- variant = "docs/medium"
361- LeadingIcon = { BookOpenIcon }
362- className = "inline-flex"
363- >
364- Alert docs
365- </ LinkButton >
366366 </ div >
367367 </ InfoPanel >
368368 </ div >
You can’t perform that action at this time.
0 commit comments