From ee24b2ea3f5e578bc9b4b2b20fdc5ed597efffaf Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 12 Jan 2026 15:11:18 +0800 Subject: [PATCH] update-link-to-a --- src/components/button/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/button/index.jsx b/src/components/button/index.jsx index c483afa74..eccfcd7bf 100644 --- a/src/components/button/index.jsx +++ b/src/components/button/index.jsx @@ -13,8 +13,8 @@ export const slidingArrowButton = ({href="/", name="探索更多内容", classna // 鼠标悬停文本往上翻滚,再加背景光从左往右 export const rollingButton = ({href="/", name="了解更多", hoverName="了解更多", classname="mt20"}) =>{ - return + return {name} {hoverName} - + } \ No newline at end of file