polubis / Dream-stack-for-React-dev

https://dream-stack-for-react-dev.vercel.app
26 stars 5 forks source link

[MEDIUM] Connect Register feature to navigation #279

Open polubis opened 1 year ago

polubis commented 1 year ago

Context

Currently, the register feature is available only if you type /en/register or /pl/register. We need a navigation link to this screen. We need a button that looks the same as in the following image:

Image

After clicking this button user will go based on the current lang to /pl/register or /en/register.

Definition of done

  1. The button is displayed on the left side of the current Sign-in button.
  2. The space right is 250 (check spacing in the design system).
  3. The button has title - "Register"
  4. The button has exactly the same style as the "Sign In" button.
  5. The button is visible only if a user is not signed in.