Skip to content

Commit

Permalink
fixed redirection logic
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Mar 5, 2025
1 parent 38b98c3 commit 7405fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const Auth = ({
);
})}
<div className={styles.Link}>
<a href={`/${linkURL}`}>{linkText}</a>
<Link to={`/${linkURL}`}>{linkText}</Link>
</div>
<div className={styles.CenterButton}>
{isRegistration ? (
Expand Down

0 comments on commit 7405fd7

Please sign in to comment.