diff --git a/components/Breadcrumbs/index.tsx b/components/Breadcrumbs/index.tsx index 1a9831d41..79f891bc5 100644 --- a/components/Breadcrumbs/index.tsx +++ b/components/Breadcrumbs/index.tsx @@ -11,7 +11,7 @@ const BreadCrumbs: React.FC = ({ sections }) => {
Home
@@ -23,7 +23,7 @@ const BreadCrumbs: React.FC = ({ sections }) => { {section.name?.split('-').join(' ')} diff --git a/components/Cards/Card.tsx b/components/Cards/Card.tsx index 6bd1fd225..726fc07a7 100644 --- a/components/Cards/Card.tsx +++ b/components/Cards/Card.tsx @@ -7,7 +7,7 @@ import type { IData } from 'types' import Bookmark from 'components/Bookmark/Bookmark' interface CardProps { - data: IData, + data: IData onClick: () => void } @@ -27,7 +27,7 @@ export const Card: FC = ({ data, onClick }) => { }, []) return ( -
+

= ({ data, onClick }) => { {description}

{isOverflow && ( - + ...Read More )}