From 058f5b825739721e028f74f5bf9df4cf0746ed58 Mon Sep 17 00:00:00 2001 From: Tania Rascia Date: Sat, 2 Jul 2022 22:34:54 -0500 Subject: [PATCH] Fix up --- src/components/PostSidebar.js | 2 -- src/styles/base.css | 5 +++-- src/styles/layout.css | 21 +++++++++++++++++---- src/styles/navigation.css | 8 ++++---- src/styles/patterns.css | 17 +++++++++++++++-- 5 files changed, 39 insertions(+), 14 deletions(-) diff --git a/src/components/PostSidebar.js b/src/components/PostSidebar.js index 486cef71a..a4b83ab6d 100644 --- a/src/components/PostSidebar.js +++ b/src/components/PostSidebar.js @@ -12,8 +12,6 @@ export const PostSidebar = ({ }) => { const category = categories?.filter((category) => category !== 'Highlight') - console.log(category) - return (