Skip to content

Commit

Permalink
chore: 토스트 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
studioOwol committed Dec 2, 2024
1 parent 69c3335 commit f3231a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/hooks/usePreventRefresh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const usePreventRefresh = (isPlaying: boolean) => {
) {
e.preventDefault();

toast.error('게임 중에는 새로고침할 수 없습니다!', {
toast.error('게임 중에는 새로고침 할 수 없습니다!', {
position: 'top-left',
autoClose: 1000,
style: {
Expand Down

0 comments on commit f3231a8

Please sign in to comment.