Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add env variable for disabling advanced setup #421

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Aug 7, 2024

Closes #409

@rolznz rolznz requested a review from bumi August 7, 2024 14:47
@rolznz rolznz added this to the v1.5.0 milestone Aug 7, 2024
@@ -81,7 +81,7 @@ export function Intro() {
</div>
<div className="mt-20">
<Button onClick={() => api?.scrollNext()} size="lg">
Get Started
Next
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reneaaron I changed this so we don't have two "Get Started" - raised by @bumi a while back

Copy link
Contributor

@reneaaron reneaaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

README.md Show resolved Hide resolved
@rolznz rolznz merged commit 5dc668b into master Aug 8, 2024
7 of 8 checks passed
@rolznz rolznz deleted the feat/disable-advanced branch August 8, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support environment variable to disable advanced setup option on onboarding
2 participants