From 537747d9ea00a64c10fb091fb59f804a5695c96c Mon Sep 17 00:00:00 2001 From: qt-coder Date: Mon, 5 Jul 2021 18:11:16 +0800 Subject: [PATCH] Fixed more errors --- components/Sidebar/Sidebar.js | 2 +- components/Testimonials/Testimonials.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Sidebar/Sidebar.js b/components/Sidebar/Sidebar.js index ae1ba42..de37588 100644 --- a/components/Sidebar/Sidebar.js +++ b/components/Sidebar/Sidebar.js @@ -53,7 +53,7 @@ export default function Sidebar({children}) { mr="2" boxSize="4" _groupHover={{ - color: useColorModeValue("gray.600", "gray.300"), + color: 'gray.600', }} as={icon} /> diff --git a/components/Testimonials/Testimonials.js b/components/Testimonials/Testimonials.js index 93eae57..04f0054 100644 --- a/components/Testimonials/Testimonials.js +++ b/components/Testimonials/Testimonials.js @@ -64,7 +64,7 @@ function TestmonialCard(props) { p={10} justifyContent={'space-between'} position={'relative'} - bg={useColorModeValue('white', 'gray.900')} + bg={'gray.900'} _after={{ content: '""', position: 'absolute',