diff --git a/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx b/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx index f99045d85d..2b5aabbb54 100644 --- a/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx +++ b/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx @@ -152,7 +152,7 @@ export default async function RatelimitNamespacePage(props: {
+
{snippet}
diff --git a/apps/dashboard/components/dashboard/empty-placeholder.tsx b/apps/dashboard/components/dashboard/empty-placeholder.tsx
index adc4bad964..441d765f36 100644
--- a/apps/dashboard/components/dashboard/empty-placeholder.tsx
+++ b/apps/dashboard/components/dashboard/empty-placeholder.tsx
@@ -15,7 +15,7 @@ export function EmptyPlaceholder({
)}
{...props}
>
-
+
{children}
diff --git a/apps/dashboard/components/ui/code.tsx b/apps/dashboard/components/ui/code.tsx
index 3998376f5c..2aa5c678ac 100644
--- a/apps/dashboard/components/ui/code.tsx
+++ b/apps/dashboard/components/ui/code.tsx
@@ -4,7 +4,7 @@ import type * as React from "react";
import { cn } from "@/lib/utils";
const codeVariants = cva(
- "inlineflex font-mono items-center rounded-md border border-border bg-transparent px-2.5 py-2 text-sm transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
+ "inline-flex font-mono items-center rounded-md border border-border bg-transparent px-2.5 py-2 text-sm transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
{
variants: {
variant: {