Skip to content

Commit

Permalink
[Style] 페이지 제목 수정 #1160
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Dec 14, 2023
1 parent 38f7813 commit 5c1fcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tournament-record.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function TournamentRecord() {

return (
<div className={styles.pageWrap}>
<h1 className={styles.title}>명예의 전당</h1>
<h1 className={styles.title}>Hall of Glory</h1>
<LeagueButtonGroup onSelect={setSelectedType} />
<WinnerSwiper
type={selectedType}
Expand Down

0 comments on commit 5c1fcf9

Please sign in to comment.