From b7ed4b8a4b369f400984bf40250870a7a6a7a46c Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Fri, 20 Dec 2024 20:36:43 +0800 Subject: [PATCH] fix: custom links overflow on mobile --- app/(main)/header.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/(main)/header.tsx b/app/(main)/header.tsx index 2a8d704..25c6148 100644 --- a/app/(main)/header.tsx +++ b/app/(main)/header.tsx @@ -51,11 +51,16 @@ function Header() {

- +
+ +
+
+ +
)