diff --git a/src/components/(main)/home/CustomButton.tsx b/src/components/(main)/home/CustomButton.tsx index 76beb750..b9c8c377 100644 --- a/src/components/(main)/home/CustomButton.tsx +++ b/src/components/(main)/home/CustomButton.tsx @@ -60,7 +60,10 @@ const CustomButton: React.FC = ({ } }; const ebook = () => { - // window.open('', '_blank'); + window.open( + 'https://drive.google.com/file/d/1NfAWKq_QwAnELLt7CNOxyqOO2ZJ3NgD-/view', + '_blank' + ); createEbookCount(); }; const contactlist = () => {