Skip to content

Commit

Permalink
Fix introduction-page typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raararaara authored Sep 20, 2024
1 parent 5c588ad commit d13475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/introduction-page/introduction-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const _IntroductionPage = ({ className }: { className?: string }) => {
{vicePresident ? (
<Table.Row>
<Table.Cell>{vicePresident.name}</Table.Cell>
<Table.Cell>학회장</Table.Cell>
<Table.Cell>부학회장</Table.Cell>
<Table.Cell>
<OpenInANewTab
href={`https://www.acmicpc.net/user/${vicePresident.boj}`}
Expand Down

0 comments on commit d13475e

Please sign in to comment.