add empty forms page
This commit is contained in:
@ -170,7 +170,7 @@ export const ProfileHeader = () => {
|
||||
<NavLink
|
||||
key={index}
|
||||
end
|
||||
to={link.path === "/Quiz" ? link.path : `/profile${link.path}`}
|
||||
to={link.path === "/quiz" ? link.path : `/profile${link.path}`}
|
||||
className={currentPath.includes(link.path) ? "active" : ""}
|
||||
>
|
||||
{link.name}
|
||||
|
Reference in New Issue
Block a user