Skip to content

Commit

Permalink
Merge pull request #368 from urinaner/feature/344
Browse files Browse the repository at this point in the history
[FE] [CHORE] PM 요구사항 반영
  • Loading branch information
pillow12360 authored Feb 11, 2025
2 parents f800f3a + cdce229 commit 481505a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/src/constants/pageContents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export const PAGE_CONTENTS = {
},
studentconcil: {
title: '학생회 소개',
description: '미래를 이끌어나갈 바이오융합공학부 학생회를 소개합니다.',
description:
'미래를 이끌어나갈 바이오융합공학전공 학생회를 소개합니다.',
image: aboutImg,
path: '/about/studentcouncil',
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/About/StudentCouncil/StudentCouncil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const StudentCouncil = (): JSX.Element => {
<Wrapper>
<Content>
<Logo src="/haru.png" alt="하루 학생회 로고" />
<Title>제7대 바이오융합공학부 학생회</Title>
<Title>제7대 바이오융합공학전공 학생회</Title>
<Description>
&ldquo;하루(Haru)&rdquo; 학생회
<br />
Expand Down Expand Up @@ -63,7 +63,7 @@ const StudentCouncil = (): JSX.Element => {
rel="noopener noreferrer"
>
<Instagram size={32} />
<span>@gbio_ha_ru</span>
<span>@bio_ha_ru</span>
</SocialLink>
</Content>
</Wrapper>
Expand Down

0 comments on commit 481505a

Please sign in to comment.