diff --git a/components/layout/AppLayout.tsx b/components/layout/AppLayout.tsx index dafe803..93b28f4 100644 --- a/components/layout/AppLayout.tsx +++ b/components/layout/AppLayout.tsx @@ -30,16 +30,11 @@ const Footer = styled(MarketingFooter)` margin-top: 80px; `; -export const AppLayout: React.FC = ({ - children, - pageProps: { githubStars, latestPost, latestVersion, subscriberCount, npmTag }, -}) => ( +export const AppLayout: React.FC = ({ children, pageProps: { githubStars, latestVersion, subscriberCount, npmTag } }) => ( <> - {githubStars && latestPost && latestVersion && ( -
- )} + {githubStars && latestVersion &&
}
{children}
{subscriberCount &&