diff --git a/src/modules/ExploreModule/components/DappCard/index.tsx b/src/modules/ExploreModule/components/DappCard/index.tsx index 14fc10fd2..5c217c3e3 100644 --- a/src/modules/ExploreModule/components/DappCard/index.tsx +++ b/src/modules/ExploreModule/components/DappCard/index.tsx @@ -4,6 +4,7 @@ import Fade from '@interactive/Fade'; import ImagePlaceholder from '@components/ImagePlaceholder'; import Link from 'next/link'; import cn from 'classnames'; +import { Box } from '@chakra-ui/react'; export type TDappCardProps = { id?: string; @@ -24,7 +25,6 @@ export default function DappCard({ idx, ...props }: TDappCardProps): React.JSX.Element { - console.log('props.bgColor', props.bgColor); const { link } = props; return ( @@ -36,14 +36,19 @@ export default function DappCard({ })} style={{ background: props.bgColor }} > -
+ -
+

{props.title}