From e2f1b201f1cf0f124d02c1495060b1ce32ad469d Mon Sep 17 00:00:00 2001 From: nishida <42875682+nishidayoshikatsu@users.noreply.github.com> Date: Sun, 29 Dec 2024 16:00:45 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20=E3=83=AA=E3=83=B3=E3=82=AF=E3=81=8C?= =?UTF-8?q?=E6=8A=BC=E3=81=9B=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/about/AboutList.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/about/AboutList.tsx b/src/components/about/AboutList.tsx index 2e53ec7..05caf57 100644 --- a/src/components/about/AboutList.tsx +++ b/src/components/about/AboutList.tsx @@ -25,24 +25,24 @@ export const AboutList = () => {
-
-

- +

+ {about.act}

{about.desc}

{about.btn && ( - )}

-
))}