diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 45d257b29..043ceb05c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -61,7 +61,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[INSERT CONTACT METHOD]. +linkshub.opensource@gmail.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/components/Breadcrumbs/index.tsx b/components/Breadcrumbs/index.tsx index 418977bb1..fb3ccb0e6 100644 --- a/components/Breadcrumbs/index.tsx +++ b/components/Breadcrumbs/index.tsx @@ -10,7 +10,7 @@ const BreadCrumbs: React.FC = ({ sections }) => {
Home
@@ -22,7 +22,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 )}