WiP-3: career done, added resume

This commit is contained in:
2023-11-05 16:31:24 -07:00
parent a1c0975cfb
commit 91acf7564c
7 changed files with 191 additions and 48 deletions

View File

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