layer5io / layer5

Layer5, expect more from your infrastructure

Home Page:https://layer5.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inappropriate Display of 'Get Started' Button for Users with Layer5io Account

captain-Akshay opened this issue ยท comments

Description

The site currently displays a signup button regardless of whether the user has a cookie indicating prior signup. This behavior is not consistent with user expectations and may lead to confusion.

Expected Behavior

After a user has signed up and a relevant cookie is present, the 'Get Started' button should not be displayed to enhance a streamlined and personalized user experience.

Possible Solution:

Implement logic to check for the presence of a signup-related cookie. If the cookie is present, do not display the signup button. Ensure this check is performed consistently across page loads.

Screenshots

(This is even i have logged in Layer5io)

image

Environment:

  • Host OS:
  • Browser:

Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

i want to work on this issue..

@narasimha-1511 sorry I forgot to assign it to me but if you can fix it then please raise a PR for it and i will make sure that the it merged!

We cant access the cookies of other website from correct website. As "Get Started" is in layer5.io and we are registering on meshery.layer5.io . Access these cookie is not possible. I have tried it.

I'll have to try this out...