Merge pull request #404 from bigcapitalhq/optimize-ui-onboarding

feat: optimize the onboarding subscription experience.
This commit is contained in:
Ahmed Bouhuolia
2024-04-15 14:53:52 +02:00
committed by GitHub
28 changed files with 426 additions and 661 deletions

View File

@@ -45,7 +45,7 @@ export const useOrganizationSubscriptions = (props) => {
};
/**
* Fetches the checkout url of the lemon squeezy.
* Fetches the checkout url of the Lemon Squeezy.
*/
export const useGetLemonSqueezyCheckout = (props = {}) => {
const apiRequest = useApiRequest();