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"
|
||||
boxSize="4"
|
||||
_groupHover={{
|
||||
color: useColorModeValue("gray.600", "gray.300"),
|
||||
color: 'gray.600',
|
||||
}}
|
||||
as={icon}
|
||||
/>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue