Skip to content

Commit

Permalink
fix: Update back arrow to navigate to correct page (EddieHubCommunity…
Browse files Browse the repository at this point in the history
…#1482)

* updated Link component in Navbar component to point to search page

* reverted package-lock.json to its original ver

* changed the label of the link component

Co-authored-by: Andrew Koo <andrewkoo@Andrews-MBP.lan>
  • Loading branch information
andrewkykoo and Andrew Koo authored Jul 12, 2022
1 parent afed61c commit d9d3ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/UserProfile/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function User({ singleUser }) {
{!singleUser && (
<Navbar
start={
<Link to="/" aria-label="Go back to Home">
<Link to="/search" aria-label="Go back to Search">
<GetIcons iconName="arrowLeft" size={20} />
</Link>
}
Expand Down

0 comments on commit d9d3ce4

Please sign in to comment.