File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export const PostContainer = ({
9797 < DownFade >
9898 < Flex justifyContent = "center" mt = "4" mb = "2" fontSize = { [ 2 , 3 ] } >
9999 < MoreButton >
100- < StyledLink href = { `/${ pageId } ` } > More</ StyledLink >
100+ < Link href = { `/${ pageId } ` } > More</ Link >
101101 </ MoreButton >
102102 </ Flex >
103103 </ DownFade >
@@ -112,14 +112,11 @@ const DownFade = ({ children }: { children: ReactNode }): JSX.Element => (
112112 </ Fade >
113113) ;
114114
115- const StyledLink = styled ( Link ) `` ;
116115const MoreButton = styled ( Card ) `
117116 border-width: 2px;
118117 padding: 0;
119- color: ${ colors . text } ;
120- background: ${ colors . background } ;
121118
122- ${ StyledLink } {
119+ & > a {
123120 text-decoration: none;
124121 display: block;
125122 padding: 8px 70px;
You can’t perform that action at this time.
0 commit comments