From 21911a249436d09e2733df081c1ad3749436af53 Mon Sep 17 00:00:00 2001 From: gman Date: Mon, 6 Nov 2023 21:21:06 +0300 Subject: [PATCH] remove console log --- src/Article.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Article.tsx b/src/Article.tsx index 22faf58..e3d8401 100644 --- a/src/Article.tsx +++ b/src/Article.tsx @@ -16,11 +16,6 @@ const useStyles = createStyles((theme) => ({ [theme.fn.smallerThan('xs')]: { fontSize: rem(28), }, - }, - - heading2: { - color: theme.colorScheme === 'dark' ? theme.white : theme.black, - paddingTop: rem(11) } })); @@ -32,7 +27,7 @@ export function Article() { const articleData = useLoaderData(); const { classes } = useStyles(); const article = articleData.data[0].attributes - console.log(articleData) + // console.log(articleData) const generateCarousel = () => { if (articleData.data[0].attributes.carousel.data) {