Skip to content

Commit

Permalink
fix: 은기님 피드백 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
heejung committed Nov 15, 2023
1 parent 513aef9 commit b3e0246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ const IndexPage: FC = () => {

{user.role === UserRole.SELLER && (
<Link to="/products/register">
<ButtonStyle> 재고 상품 업로드하러 가요 😀</ButtonStyle>
<RegistrationButton> 재고 상품 업로드하러 가요 😀</RegistrationButton>
</Link>
)}
</Box>
);
};
const ButtonStyle = styled.div`
const RegistrationButton = styled.div`
position: sticky;
bottom: 10%;
right: 50%;
Expand Down

0 comments on commit b3e0246

Please sign in to comment.