Fix image use base ref

This commit is contained in:
“himanshu” 2021-01-19 05:22:34 +05:30
parent cc6f755f07
commit 5605a6210f

View File

@ -71,7 +71,7 @@ const App = () => {
</ThemeSwitcherWrapper>
<NavLink to="/">
<img
src={"signoz.svg"}
src={"/signoz.svg"}
alt={"SigNoz"}
style={{
margin: "5%",