diff --git a/src/components/modals/pin/Pin/index.js b/src/components/modals/pin/Pin/index.js index 3dab5a81..d87e7fb9 100644 --- a/src/components/modals/pin/Pin/index.js +++ b/src/components/modals/pin/Pin/index.js @@ -48,9 +48,7 @@ const StyledP = styled(P)` padding-top: 5px; `; -const StyledLink = styled(Link)` - padding-left: 5px; -`; +const StyledLink = styled(Link)``; const Footer = styled.div` margin: 20px 0 10px 0;