You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the landing page, the SideBar component is visible when the user is not signed in. On mobile, the hamburger menu icon that opens the MobileNav is also visible. I can use the useUser hook from clerk to get the isSignedIn status and toggle the sidebar and hamburger menu accordingly.
Also, the colour contrast between the close button (x) in the MobileNav and the background is poor, I will change this for better visibility for mobile.