Skip to content

Commit

Permalink
fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj2713 committed Jul 25, 2024
1 parent 35a7739 commit 9945fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Header({ type }: HeaderProps) {
const selectedEventType =
pathname === "/bot"
? EVENT_TYPE.RAFFLE
: pathname === "/balence"
: pathname === "/balance"
? EVENT_TYPE.FIRST_COME
: "";
setSelectedEvent(selectedEventType);
Expand All @@ -45,7 +45,7 @@ export default function Header({ type }: HeaderProps) {
<ButtonHeader
isSelected={selectedEvent === EVENT_TYPE.FIRST_COME}
type={type}
url="/balence"
url="/balance"
>
선착순 밸런스 게임
</ButtonHeader>
Expand Down

0 comments on commit 9945fa4

Please sign in to comment.