Skip to content

Commit

Permalink
Merge pull request #170 from isd-sgcu/tee/add-ebook
Browse files Browse the repository at this point in the history
add ebook button
  • Loading branch information
TeeGoood authored Jul 23, 2024
2 parents d880e79 + 18b7aae commit eeed4fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/(main)/home/CustomButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ const CustomButton: React.FC<CustomButtonProps> = ({
}
};
const ebook = () => {
// window.open('', '_blank');
window.open(
'https://drive.google.com/file/d/1NfAWKq_QwAnELLt7CNOxyqOO2ZJ3NgD-/view',
'_blank'
);
createEbookCount();
};
const contactlist = () => {
Expand Down

0 comments on commit eeed4fd

Please sign in to comment.