Skip to content

Commit

Permalink
[Chore] 페이지 제목 수정 #1213 (#1214) (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu authored Dec 22, 2023
1 parent 4cd52fa commit ad7912d
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}>Hall of Glory</h1>
<h1 className={styles.title}>Hall of Fame</h1>
<LeagueButtonGroup onSelect={setSelectedType} />
<WinnerSwiper
type={selectedType}
Expand Down

0 comments on commit ad7912d

Please sign in to comment.