As a USER, I want the green button on the page at the /about route to provide a link to the dashboard if the user is logged in, and provide a link to the login page if the user is logged out. It should also temporarily say "Loading..." while the information about whether the user is logged in is accessed from Firebase.
A/C:
[x] The button displays as "Dashboard" and links to /dashboard when the user is logged in
[x] The button displays as "Sign in" and links to /main-site/auth/SignInWithGoogle when the user is logged out
[x] The button displays as "Loading..." when the user data is being fetched
As a USER, I want the green button on the page at the
/about
route to provide a link to the dashboard if the user is logged in, and provide a link to the login page if the user is logged out. It should also temporarily say "Loading..." while the information about whether the user is logged in is accessed from Firebase.A/C:
/dashboard
when the user is logged in/main-site/auth/SignInWithGoogle
when the user is logged out