Skip to content

Commit

Permalink
feat: 사장 페이지로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
seokkkkkk committed Aug 5, 2024
1 parent 0b147f6 commit 85814ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Login/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Welcome = () => {
</Title>
<UserContainer>
<Button
onClick={() => navigate("/owner/17")}
onClick={() => navigate("/owner")}
onMouseEnter={() => setIsOwnerHovered(true)}
onMouseLeave={() => setIsOwnerHovered(false)}
>
Expand Down

0 comments on commit 85814ec

Please sign in to comment.