Skip to content

Commit

Permalink
remove blog
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchLui committed Dec 26, 2024
1 parent b2ef277 commit c96ac74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function App (): ReactElement {
'/not-found': <NotFoundPage/>,
'/linkedin': <RedirectPage redirect={'https://linkedin.com/in/mitchlui'}/>,
'/github': <RedirectPage redirect={'https://github.com/mitchlui'}/>,
'/medium': <RedirectPage redirect={'https://mitchlui.medium.com'}/>,
'/derrianne': <RedirectPage redirect={'/standing-goose'}/>,
'*': <NotFoundPage/>
};
Expand Down
5 changes: 0 additions & 5 deletions src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ export const NavBarLinks = ({ onClick }: NavBarLinksProps): ReactElement =>
<span className={'nav-text'}>CV</span>
</li>
</Link>
<Link to={'/medium'} target={'_blank'} rel={'norferrer'}>
<li onClick={onClick}>
<span className={'nav-text'}>Blog</span>
</li>
</Link>
</ul>
</nav>;

Expand Down

0 comments on commit c96ac74

Please sign in to comment.