Skip to content

Commit

Permalink
chore :: 로그인 버튼 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 7, 2024
1 parent d696261 commit d256e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const Header = () => {
</_._DropdownMenus>
)}
</_._DropdownWrapper>
<Button color={authorityColor} kind="contained" onClick={onClick}>
<Button color={authorityColor} kind="contained" onClick={onClick} disabled>
로그인
</Button>
</div>
Expand Down

0 comments on commit d256e6c

Please sign in to comment.