-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix: Implement functionality for "Start Free Trial" and "Join For Fre… #6303
base: master
Are you sure you want to change the base?
Conversation
🚀 Preview for commit 660701c at: https://67cecc01d8b87904650c3b5d--layer5.netlify.app |
Thanks, @Dungeon-Masterji! |
@Dungeon-Masterji adding it as an agenda item to the meeting minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feedback offered on sites call, would need be incorporated.
Signed-off-by: Aditya Raj <[email protected]>
🚀 Preview for commit 1fdfde0 at: https://67d9378cd0b0a7d2ef3a63c1--layer5.netlify.app |
Signed-off-by: Aditya Raj <[email protected]> Fix lint errors and update dependencies
9c80b72
to
27cc07b
Compare
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.13.3 to 11.14.0. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) --- updated-dependencies: - dependency-name: "@emotion/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…e" buttons This update adds interactive functionality to the "Start Free Trial" and "Join For Free" buttons, ensuring they trigger the expected actions when clicked Signed-off-by: Aditya Raj <[email protected]>
Signed-off-by: Aditya Raj <[email protected]> Fix lint errors and update dependencies updated Fix button
27cc07b
to
f2a22a6
Compare
🚀 Preview for commit f2a22a6 at: https://67d940af7b3485e6688a6bee--layer5.netlify.app |
🚀 Preview for commit def0680 at: https://67d94893245c83f78363200d--layer5.netlify.app |
@vishalvivekm , I have made the changes we discussed. Also, apologies for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert dep changes in package.json
Signed-off-by: Aditya Raj <[email protected]> Updated contact sales button and pricing section layer5io#6303 Signed-off-by: Aditya Raj <[email protected]> Fix lint errors and update dependencies updated Fix button
This reverts commit 71d6c68.
f25d2bb
to
1a8e173
Compare
This reverts commit def0680. Signed-off-by: Aditya Raj <[email protected]>
1a8e173
to
a746878
Compare
🚀 Preview for commit a746878 at: https://67e04f0193ff298e4bfe404c--layer5.netlify.app |
Fixes: #6293, #6276
Description:
This PR resolves both #6293 and #6276 as they involve changes in the same code execution flow. While issue #6276 was assigned to @tanishq3105, the fix required modifications in the same logic affected by #6293, making it necessary to address both together.
Changes Implemented:
Why this approach?
Since both issues required changes in overlapping parts of the code, it was more efficient to fix them together rather than creating separate PRs. This ensures code consistency and avoids conflicts.
How to Test?
Screen.Recording.2025-03-10.at.4.mp4
Signed commits