From 47e9c1d606cea841abbc256beef5f77ef468d093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A4=80=EC=98=81?= Date: Tue, 26 May 2026 13:00:30 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EC=9B=B9=20?= =?UTF-8?q?=ED=99=88=20UI=20=ED=81=AC=EA=B8=B0=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/layout/Header/index.tsx | 10 +++--- apps/web/src/pages/Home/index.tsx | 50 ++++++++++++++-------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/apps/web/src/layout/Header/index.tsx b/apps/web/src/layout/Header/index.tsx index 85cb279..0a0611e 100644 --- a/apps/web/src/layout/Header/index.tsx +++ b/apps/web/src/layout/Header/index.tsx @@ -3,15 +3,15 @@ import Logo from '@/assets/image/Logo.png'; function Header() { return (
-
- - 로고 - +
+ + 로고 + Konect ); })}
-

+

{totalUniversityCount}개 대학

-
+
{universities.length > 0 ? ( universities.map((university) => ) ) : ( @@ -186,9 +186,9 @@ function Home() { function SectionTitle({ title, description }: { title: string; description: string }) { return ( -
-

{title}

-

{description}

+
+

{title}

+

{description}

); } @@ -196,15 +196,15 @@ function SectionTitle({ title, description }: { title: string; description: stri function RecentClubCard({ club }: { club: RecentClub }) { return (