Skip to content

Commit

Permalink
Remove whatsapp button
Browse files Browse the repository at this point in the history
  • Loading branch information
animeshdhara committed Jul 22, 2024
1 parent b8818bf commit 36ce15c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/common_components/cards/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import Tooltip from '@mui/material/Tooltip';
import { useNavigate } from 'react-router-dom';
import "/src/common_components/ViewBookDetails/ShowBookDetails"
import { toast } from 'react-toastify';
import ReactWhatsappButton from "react-whatsapp-button";
import ReactWhatsapp from 'react-whatsapp';


import { addBookToWishList, removeBookFromWishList } from '../../features/userSlice';
Expand Down Expand Up @@ -167,11 +165,6 @@ const Card = ({ Object }) => {
/>
<h2>Details</h2>
</NavLink>
<ReactWhatsappButton
countryCode="91"
phoneNumber="6297862916"
/>
{/* <ReactWhatsapp number='6297862916' message='Hare Krishna'/> */}
</div>
</div>
</>
Expand Down

0 comments on commit 36ce15c

Please sign in to comment.