Skip to content

Commit 3be5783

Browse files
authored
Merge pull request #290 from boostcampwm-2024/feat/#289-tyoo
오타 수정
2 parents 3f8965c + 068f0b8 commit 3be5783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/components/Navbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function Navbar() {
8383
const sliced = data.loginId.slice(0, 12);
8484
if (login) {
8585
login(sliced);
86-
toast.success('geust로 로그인 되었습니다');
86+
toast.success('guest로 로그인 되었습니다');
8787
}
8888
})
8989
.catch(() => {

0 commit comments

Comments
 (0)