mirror of
https://github.com/harivansh-afk/React-Portfolio.git
synced 2026-04-15 06:04:43 +00:00
hotfix: redirect errors
This commit is contained in:
parent
95f8a9873b
commit
0fd21602f3
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ const Headermain = () => {
|
|||
<Link onClick={handleToggle} to="/" className="my-3">Home</Link>
|
||||
</li>
|
||||
<li className="menu_item">
|
||||
<Link onClick={handleToggle} to="/projects" className="my-3"> Projects</Link>
|
||||
<Link onClick={handleToggle} to="/portfolio" className="my-3"> Portfolio</Link>
|
||||
</li>
|
||||
<li className="menu_item">
|
||||
<Link onClick={handleToggle} to="/about" className="my-3">About</Link>
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ export const Home = () => {
|
|||
</h1>
|
||||
<p className="mb-1x">{introdata.description}</p>
|
||||
<div className="intro_btn-action pb-5">
|
||||
<Link to="/projects" className="text_2">
|
||||
<Link to="/portfolio" className="text_2">
|
||||
<div id="button_p" className="ac_btn btn ">
|
||||
My Portfolio
|
||||
<div className="ring one"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue