Skip to content

Commit 4e9ba39

Browse files
committed
Center step labels in SetupFlow rail; revert icon change
1 parent fd02296 commit 4e9ba39

10 files changed

Lines changed: 3 additions & 3 deletions

File tree

quickstarts/openapi-spec.mdx renamed to detect/synthetic-monitoring/api-checks/openapi-spec.mdx

File renamed without changes.

quickstarts/api-check.mdx renamed to detect/synthetic-monitoring/api-checks/quickstart.mdx

File renamed without changes.

quickstarts/browser-check.mdx renamed to detect/synthetic-monitoring/browser-checks/quickstart.mdx

File renamed without changes.

quickstarts/multistep-check.mdx renamed to detect/synthetic-monitoring/multistep-checks/quickstart.mdx

File renamed without changes.

quickstarts/playwright-check.mdx renamed to detect/synthetic-monitoring/playwright-checks/quickstart.mdx

File renamed without changes.

quickstarts/heartbeat-monitor.mdx renamed to detect/uptime-monitoring/heartbeat-monitors/quickstart.mdx

File renamed without changes.

quickstarts/tcp-monitor.mdx renamed to detect/uptime-monitoring/tcp-monitors/quickstart.mdx

File renamed without changes.

quickstarts/url-monitor.mdx renamed to detect/uptime-monitoring/url-monitors/quickstart.mdx

File renamed without changes.
File renamed without changes.

snippets/setup-flow.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export const SetupFlow = () => {
112112
if (name === "agent") {
113113
return (
114114
<svg {...common} stroke="none" fill="currentColor">
115-
<path d="M12 6l1.6 4.4L18 12l-4.4 1.6L12 18l-1.6-4.4L6 12l4.4-1.6L12 6Z" />
116-
<path d="M18 4.5l.8 1.2L20 6.5l-1.2.8L18 8.5l-.8-1.2L16 6.5l1.2-.8L18 4.5Z" />
115+
<path d="M12 3l1.6 4.4L18 9l-4.4 1.6L12 15l-1.6-4.4L6 9l4.4-1.6L12 3Z" />
116+
<path d="M18.5 14l.7 1.9 1.9.7-1.9.7-.7 1.9-.7-1.9-1.9-.7 1.9-.7.7-1.9Z" />
117117
</svg>
118118
);
119119
}
@@ -289,7 +289,7 @@ export const SetupFlow = () => {
289289
<div
290290
key={`${step.label}-label`}
291291
className={`text-sm font-semibold text-center transition-colors ${isActive ? "text-gray-900 dark:text-white" : "text-gray-700 dark:text-gray-200"}`}
292-
style={{ gridColumn: tileCol, gridRow: "2" }}
292+
style={{ gridColumn: tileCol, gridRow: "2", justifySelf: "center", whiteSpace: "nowrap" }}
293293
>
294294
{step.label}
295295
</div>,

0 commit comments

Comments
 (0)