Skip to content

Commit 18fa982

Browse files
committed
Moves main action button to right side in blank state
1 parent cbbe6dc commit 18fa982

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/webapp/app/components/BlankStatePanels.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)