Skip to content

Commit

Permalink
fix: Remove login button when already authenticated (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid authored Feb 15, 2024
1 parent 9c660ad commit 89d968e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/frontend/src/mobile-components/profile/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ const AuthenticatedSection = () => {
See all notifications
</Link>
</div>
<p className="mt-6">
<span className="mt-6">Already have an account?</span>
<Link
to="/#"
className="ml-2 font-semibold border-b border-accentVariant100"
>
Log in here
</Link>
</p>
</div>
);
};
Expand Down

0 comments on commit 89d968e

Please sign in to comment.