Skip to content

Commit

Permalink
refactor(header): space 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon committed Sep 19, 2024
1 parent cd38155 commit 74cf01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/page/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Header: React.FC = () => {
{ title: '연혁', href: '/activity/history' },
{ title: '프로젝트', href: '/activity/project' },
{ title: '스터디', href: '/activity/study' },
{ title: '친목활동', href: '/activity/social' },
{ title: '친목 활동', href: '/activity/social' },
],
},
{
Expand Down

0 comments on commit 74cf01e

Please sign in to comment.