Fixed more errors
This commit is contained in:
parent
ab20e64012
commit
537747d9ea
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ export default function Sidebar({children}) {
|
||||||
mr="2"
|
mr="2"
|
||||||
boxSize="4"
|
boxSize="4"
|
||||||
_groupHover={{
|
_groupHover={{
|
||||||
color: useColorModeValue("gray.600", "gray.300"),
|
color: 'gray.600',
|
||||||
}}
|
}}
|
||||||
as={icon}
|
as={icon}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -64,7 +64,7 @@ function TestmonialCard(props) {
|
||||||
p={10}
|
p={10}
|
||||||
justifyContent={'space-between'}
|
justifyContent={'space-between'}
|
||||||
position={'relative'}
|
position={'relative'}
|
||||||
bg={useColorModeValue('white', 'gray.900')}
|
bg={'gray.900'}
|
||||||
_after={{
|
_after={{
|
||||||
content: '""',
|
content: '""',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
|
Loading…
Reference in a new issue