Skip to content

Commit

Permalink
Update blog post link
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianjoy committed Apr 28, 2024
1 parent 7a3af29 commit cf790c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ const Navigation = React.forwardRef((props, ref) => {
<Navbar.Collapse id="basic-navbar-nav">
<Nav className="navbar-nav mr-auto">
{
<NavLink className="nav-item lead" to={process.env.PUBLIC_URL + "/blog"}>
<NavLink
className="nav-item lead"
href={about.blog}
target="_blank"
rel="noreferrer noopener"
// to={process.env.PUBLIC_URL + "/blog"}
>
Blog
</NavLink>
}
Expand Down
1 change: 1 addition & 0 deletions src/editable-stuff/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const about = {
message:
"My name is James Liu. I’m an Engineer.",
resume: "https://docs.google.com/document/d/1KVyk35u9jh3UYRFxj9EdUhFQnmxa5Rb75klPlFwBags/edit?usp=sharing",
blog: "https://medium.com/@mr_funkyfire",
};

// PROJECTS SECTION
Expand Down

0 comments on commit cf790c0

Please sign in to comment.