From 393cb4cf7a9746d9171e22a70529bb276b749091 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 14:17:15 +0100 Subject: [PATCH] [dyad] Removed double border on headline tree - wrote 2 file(s) --- src/components/headline-tree.tsx | 2 +- src/components/meta-form.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/headline-tree.tsx b/src/components/headline-tree.tsx index 2295ddf..feb32d5 100644 --- a/src/components/headline-tree.tsx +++ b/src/components/headline-tree.tsx @@ -40,7 +40,7 @@ const HeadlineNodeDisplay = ({ export function HeadlineTree({ headlines }: HeadlineTreeProps) { return ( -
+
{headlines.map((headline, index) => ( diff --git a/src/components/meta-form.tsx b/src/components/meta-form.tsx index c70402c..4d4e768 100644 --- a/src/components/meta-form.tsx +++ b/src/components/meta-form.tsx @@ -285,7 +285,7 @@ export function MetaForm() { {metaData.headlines && metaData.headlines.length > 0 && ( - +