Skip to content

Commit

Permalink
reroute link (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoyAtb authored Jun 13, 2022
1 parent e27e367 commit 208bea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-ui/src/Components/Layouts/AppNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const AppNav: React.FC<IAppNav> = ({ navOpen, setNavOpen }: IAppNav) => {
<div>
<Link
className={classes.logo}
to={ROUTE_LINKS.Cids}
to={ROUTE_LINKS.Buckets}
>
<ChainsafeLogo />
<Typography variant="body1">
Expand Down

0 comments on commit 208bea2

Please sign in to comment.