From 7a54ed2f78bf9c4bf6ae274a1a7c0aad7cda7cde Mon Sep 17 00:00:00 2001 From: timdaik Date: Tue, 26 May 2026 17:19:04 +0900 Subject: [PATCH 1/8] =?UTF-8?q?fix:=20#114=20=E3=83=AD=E3=82=B4=E7=B4=B9?= =?UTF-8?q?=E4=BB=8B=E6=AC=84=E3=81=AE=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=82=92=E5=A4=AA=E3=81=8F=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/top/ui/LogoInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/top/ui/LogoInfo.tsx b/src/modules/top/ui/LogoInfo.tsx index 92dd168..4d5935d 100644 --- a/src/modules/top/ui/LogoInfo.tsx +++ b/src/modules/top/ui/LogoInfo.tsx @@ -13,7 +13,7 @@ export default function LogoInfo() { height={260} className="h-[140px] w-[140px] md:h-[260px] md:w-[260px]" /> -

+

技大祭へようこそ!
「Bluem Up Date」と一緒に、花開くような From 44151ecf9e7b60d1209ceb3b3050883f40c08ea7 Mon Sep 17 00:00:00 2001 From: timdaik Date: Wed, 27 May 2026 19:28:09 +0900 Subject: [PATCH 2/8] =?UTF-8?q?fix:=20#114=20=E9=87=8D=E8=A6=81=E3=81=AA?= =?UTF-8?q?=E3=81=8A=E7=9F=A5=E3=82=89=E3=81=9B=E6=AC=84=E3=81=AE=E3=83=87?= =?UTF-8?q?=E3=82=B6=E3=82=A4=E3=83=B3=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/ui/ImportantFrame.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/ImportantFrame.tsx b/src/components/ui/ImportantFrame.tsx index cf472f7..f6f237e 100644 --- a/src/components/ui/ImportantFrame.tsx +++ b/src/components/ui/ImportantFrame.tsx @@ -7,12 +7,12 @@ type ImportantFrameProps = { export default function ImportantFrame({ title, children }: ImportantFrameProps) { return ( -

+
-

+

{title}

-
{children}
+
{children}
); From a343c0dda24cd1f38be3434a76eb4981529278d4 Mon Sep 17 00:00:00 2001 From: timdaik Date: Wed, 27 May 2026 19:28:59 +0900 Subject: [PATCH 3/8] =?UTF-8?q?fix:=20#114=20=E3=81=8A=E7=9F=A5=E3=82=89?= =?UTF-8?q?=E3=81=9B=E6=AC=84=E3=81=AE=E4=BD=99=E7=99=BD=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/NewsItem.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/NewsItem.tsx b/src/components/ui/NewsItem.tsx index 8ad5478..5bb41eb 100644 --- a/src/components/ui/NewsItem.tsx +++ b/src/components/ui/NewsItem.tsx @@ -8,7 +8,7 @@ type NewsItemProps = { export default function NewsItem({ date, dateTime, title, content, important }: NewsItemProps) { return ( -
  • +
  • -
    +
    {title}
    -

    {content}

    +

    {content}

  • ); } From 414a487cb7c909604562cb0facd5f48b5ae139de Mon Sep 17 00:00:00 2001 From: timdaik Date: Wed, 27 May 2026 19:29:10 +0900 Subject: [PATCH 4/8] =?UTF-8?q?fix:=20#114=20=E3=83=88=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E8=83=8C=E6=99=AF=E3=81=A8?= =?UTF-8?q?=E3=81=8A=E7=9F=A5=E3=82=89=E3=81=9B=E6=9E=A0=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/top/TopPageView.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/top/TopPageView.tsx b/src/modules/top/TopPageView.tsx index a00e12a..bf0fad4 100644 --- a/src/modules/top/TopPageView.tsx +++ b/src/modules/top/TopPageView.tsx @@ -102,7 +102,7 @@ function NewsSection({ newsItems }: { newsItems: Awaited
    -
    +
    {newsItems.length > 0 ? (