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 (