diff --git a/src/app/admin/settings/billing/BillingClientPage.tsx b/src/app/admin/settings/billing/BillingClientPage.tsx
index fe931a2..980d224 100644
--- a/src/app/admin/settings/billing/BillingClientPage.tsx
+++ b/src/app/admin/settings/billing/BillingClientPage.tsx
@@ -413,7 +413,7 @@ export default function BillingClientPage({ overview }: Props) {
);
})}
- |
+ |
{(["starter", "farm", "enterprise"] as const).map((tier) => {
const isCurrent = tier === planTier;
return (
diff --git a/src/components/admin/ContactListPanel.tsx b/src/components/admin/ContactListPanel.tsx
index 4b4a0ed..ffe06bf 100644
--- a/src/components/admin/ContactListPanel.tsx
+++ b/src/components/admin/ContactListPanel.tsx
@@ -100,23 +100,23 @@ function ContactSkeleton() {
<>
{[1, 2, 3, 4, 5].map((i) => (
- |
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
))}
diff --git a/src/components/admin/MessageLogPanel.tsx b/src/components/admin/MessageLogPanel.tsx
index 5025baf..2d134bb 100644
--- a/src/components/admin/MessageLogPanel.tsx
+++ b/src/components/admin/MessageLogPanel.tsx
@@ -130,23 +130,23 @@ function LogSkeleton() {
<>
{[1, 2, 3, 4, 5].map((i) => (
- |
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
-
-
+ |
+
|
))}
diff --git a/src/components/admin/design-system/AdminToggle.tsx b/src/components/admin/design-system/AdminToggle.tsx
index 77899b7..a33a85e 100644
--- a/src/components/admin/design-system/AdminToggle.tsx
+++ b/src/components/admin/design-system/AdminToggle.tsx
@@ -84,6 +84,7 @@ export function AdminToggleCompact({