From 3723c92a9c96307bbb512b4d6f210fbcf8509a3d Mon Sep 17 00:00:00 2001 From: teegoood Date: Tue, 23 Jul 2024 16:42:11 +0700 Subject: [PATCH] add ebook button --- src/components/(main)/home/CustomButton.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = () => {