fix: removed back button from dashboard
This commit is contained in:
parent
51a2e094a9
commit
6ce937ac1d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const Header = () => {
|
|||
<Wrapper>
|
||||
<div className="flex items-center justify-between py-1">
|
||||
<div className="flex items-center gap-3">
|
||||
{pathname !== "/upload" && <BackBtn />}
|
||||
{(pathname !== "/upload" && pathname !== "/dashboard") && <BackBtn />}
|
||||
<Link href="/dashboard" onClick={() => trackEvent(MixpanelEvent.Navigation, { from: pathname, to: "/dashboard" })}>
|
||||
<img
|
||||
src="/logo-white.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue