From 9b438e4f2e7958cb7737a309851d61b2ade72260 Mon Sep 17 00:00:00 2001 From: Graeme Fulton Date: Sun, 26 May 2024 00:00:40 -0400 Subject: [PATCH] update swr and use app route for dashboard --- components/toolbox/HeroCardSection.js | 3 +-- lib/utils/blurHashToDataURL.js | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/toolbox/HeroCardSection.js b/components/toolbox/HeroCardSection.js index bb1e1fee..53323285 100644 --- a/components/toolbox/HeroCardSection.js +++ b/components/toolbox/HeroCardSection.js @@ -13,8 +13,7 @@ import Button from "@/components/Primitives/Button"; * @returns */ const HeroCardSection = ({ post, tags, featuredImage, user }) => { - console.log(post) - console.log(user) + return (