Skip to content

Commit

Permalink
Added link to new and updated projects page, removed old link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oia20 committed Sep 20, 2024
1 parent 53c3328 commit d3e9d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion personalPortfolio/src/skinny.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function Wide() {

// Handle click event
const handleClick = () => {
window.open("https://oia20.github.io/Projects/", "_blank")
window.open("https://jacob.dement.dev")
};

return (
Expand Down
3 changes: 2 additions & 1 deletion personalPortfolio/src/wide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ export default function Wide() {

// Handle click event
const handleClick = () => {
window.open("https://oia20.github.io/Projects/", "_blank")
window.open("https://jacob.dement.dev")

};

return (
Expand Down

0 comments on commit d3e9d98

Please sign in to comment.