Skip to content

Commit

Permalink
fix: LoginBottomActionButton 내부의 link 태그 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed Aug 8, 2024
1 parent 46ad69c commit a472fce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/common/LoginBottomActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import LoginLink from '@/components/common/LoginLink';
import Button from '@/components/common/Button';

const LoginBottomActionButton = () => (
<LoginLink>
<StickyFooter>
<StickyFooter>
<LoginLink className="w-full">
<Button size="full">로그인 및 회원가입</Button>
</StickyFooter>
</LoginLink>
</LoginLink>
</StickyFooter>
);

export default LoginBottomActionButton;

0 comments on commit a472fce

Please sign in to comment.