From da5bd9747eb4629124c8f6d444fe3adb87d8f9fd Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Wed, 21 Jan 2026 08:36:50 +0100 Subject: [PATCH] [dyad] Move tab indicators to the right - wrote 2 file(s) --- src/components/meta-form.tsx | 18 +++++++++--------- src/components/tab-indicator.tsx | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/meta-form.tsx b/src/components/meta-form.tsx index 437748a..2c244a4 100644 --- a/src/components/meta-form.tsx +++ b/src/components/meta-form.tsx @@ -203,55 +203,55 @@ export function MetaForm() { - {tabColors && } Meta Analysis + {tabColors && } {metaData.headlines && metaData.headlines.length > 0 && ( - {tabColors && } Headlines + {tabColors && } )} {metaData.images && metaData.images.length > 0 && ( - {tabColors && } Images + {tabColors && } )} {metaData.links && metaData.links.length > 0 && ( - {tabColors && } Links + {tabColors && } )} {metaData.openGraph && metaData.twitter && ( - {tabColors && } Social + {tabColors && } )} {metaData.schema && metaData.schema.length > 0 && ( - {tabColors && } Schema + {tabColors && } )} {metaData.systems && metaData.systems.length > 0 && ( - {tabColors && } System + {tabColors && } )} {metaData.tracking && metaData.tracking.length > 0 && ( - {tabColors && } Tracking + {tabColors && } )} {metaData.faq && metaData.faq.length > 0 && ( - {tabColors && } FAQ + {tabColors && } )} diff --git a/src/components/tab-indicator.tsx b/src/components/tab-indicator.tsx index 527cdd7..305ff31 100644 --- a/src/components/tab-indicator.tsx +++ b/src/components/tab-indicator.tsx @@ -18,7 +18,7 @@ export function TabIndicator({ color }: TabIndicatorProps) { return (