From 3a7525ae8ded20c2c4e46b42a6bcde1fcf426a28 Mon Sep 17 00:00:00 2001 From: kyuuseiryuu Date: Thu, 26 Mar 2026 14:14:07 +0900 Subject: [PATCH] style(ClubSummary): remove button text and container for follow actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactor the title section to use raw icon components instead of Button components. - Removed the surrounding wrapper for the name and action. - Removed the "取消关注" (Unfollow) and "关注" (Follow) text labels. - Replaced Button components with direct StarFilled and StarOutlined icons to reduce visual clutter and align with the icon-only design. --- src/components/ClubSummary.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/components/ClubSummary.tsx b/src/components/ClubSummary.tsx index 1c8e486..46a0417 100644 --- a/src/components/ClubSummary.tsx +++ b/src/components/ClubSummary.tsx @@ -55,27 +55,22 @@ export const ClubSummary = (props: Props) => { - + <> {info?.name} {props.clubId === '47' ? null : (store.isFav(info?.id ?? '')) ? ( - + /> ) : ( - + /> )} - + {noArticle ? null : (