32 |
33 |
34 |
37 |
44 |
45 |
46 | );
47 | };
48 |
--------------------------------------------------------------------------------
/components/QuoteSocialSharing/QuoteSocialSharing.tsx:
--------------------------------------------------------------------------------
1 | import React from "react";
2 | import { FacebookIcon, TwitterIcon, WhatsappIcon } from "react-share";
3 | import styles from "./QuoteSocialSharing.module.css";
4 |
5 | interface Props {
6 | text: string;
7 | }
8 |
9 | export const QuoteSocialSharing: React.FC