Separate vs Single Header

Newbie here, sorry if this has been covered I couldn’t find anything specific enough.

Is it best practice to create two sperate headers- one for user logged in vs non logged in? It would seem easier and maybe cleaner to create them separately and hide one or the other based on status.

I personally have 1 and hide based on their logged in condition

2 Likes

Thanks @johnny