issues
search
activecourses
/
upwork-clone-frontend
MIT License
7
stars
4
forks
source link
Enhance login header authentication
#35
Open
AhmedNassar7
opened
1 week ago
AhmedNassar7
commented
1 week ago
Added a check for user authentication (isLoggedIn).
The Navbar now receives the isUser prop based on the login status.
This setup can easily be expanded to show different navbar links or user-specific information based on the login status.