We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bce44 commit 1bb0e51Copy full SHA for 1bb0e51
1 file changed
packages/ui-components/src/components/benchmark/benchmark-analytics-phase.tsx
@@ -8,7 +8,7 @@ export const BenchmarkAnalyticsPhase = ({
8
message: string;
9
provider: string;
10
}) => (
11
- <div className="flex flex-col gap-3 py-2">
+ <div className="flex flex-col gap-1 py-2">
12
<p className="text-sm dark:text-muted-foreground">{message}</p>
13
<Link
14
className="text-sm text-primary-200"
0 commit comments