From af6b3e1654bf80b50b0d527a63313bf28ca9e178 Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 1 Apr 2026 19:36:03 +0900 Subject: [PATCH] =?UTF-8?q?style:=20X=20=EA=B2=8C=EC=8B=9C=EA=B8=80=20?= =?UTF-8?q?=ED=95=98=EC=9D=B4=ED=8D=BC=EB=A7=81=ED=81=AC=20=EC=83=89?= =?UTF-8?q?=EC=83=81=EC=9D=84=20=ED=8C=8C=EB=9E=80=EC=83=89=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(=ED=95=B4=EC=8B=9C=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=EC=99=80=20=EA=B5=AC=EB=B6=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 해시태그: primary (초록) - URL 링크: blue-500 (파란) Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/pages/mobile/schedule/ScheduleDetail.jsx | 2 +- frontend/src/pages/pc/public/schedule/sections/XSection.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx b/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx index b504a14..7c94fa2 100644 --- a/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx +++ b/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx @@ -39,7 +39,7 @@ function linkifyText(text) { // URL const href = matched.startsWith('http') ? matched : `https://${matched}`; parts.push( - + {matched} ); diff --git a/frontend/src/pages/pc/public/schedule/sections/XSection.jsx b/frontend/src/pages/pc/public/schedule/sections/XSection.jsx index 4db823c..35e9d1f 100644 --- a/frontend/src/pages/pc/public/schedule/sections/XSection.jsx +++ b/frontend/src/pages/pc/public/schedule/sections/XSection.jsx @@ -33,7 +33,7 @@ function linkifyText(text) { } else { const href = matched.startsWith('http') ? matched : `https://${matched}`; parts.push( - + {matched} );