Skip to content

Commit

Permalink
feat: update logo click route
Browse files Browse the repository at this point in the history
  • Loading branch information
YounixM committed Dec 27, 2023
1 parent 3d57a84 commit e36286b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/container/SideNav/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ function SideNav({
className="brand-logo"
// eslint-disable-next-line react/no-unknown-property
onClick={(): void => {
onClickHandler('/');
// Current home page
onClickHandler(ROUTES.APPLICATION);
}}
>
<img src="/Logos/signoz-brand-logo.svg" alt="SigNoz" />
Expand Down

0 comments on commit e36286b

Please sign in to comment.