diff --git a/searching-front/app/core/components/WebsiteCard/WebsiteCard.tsx b/searching-front/app/core/components/WebsiteCard/WebsiteCard.tsx index aec2fee..f0a96b4 100644 --- a/searching-front/app/core/components/WebsiteCard/WebsiteCard.tsx +++ b/searching-front/app/core/components/WebsiteCard/WebsiteCard.tsx @@ -1,17 +1,23 @@ -import { cleanUrlForUi } from 'app/core/helpers/common'; -import s from './styles.module.css' +import { cleanUrlForUi } from "app/core/helpers/common" +import s from "./styles.module.css" interface Props { - url: string; - title: string; - description: string; + url: string + title: string + description: string } -const WebsiteCard = (props:Props) => { - return