This commit is contained in:
2023-11-05 00:28:42 -07:00
parent f9e4b1e328
commit 75fc0482e8
18 changed files with 1395 additions and 90 deletions

3
src/utils/linkClick.js Normal file
View File

@@ -0,0 +1,3 @@
export const handleButtonClick = (link) => {
window.open(link, "_blank", "noopener")
}