mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-22 05:05:10 -05:00
feat: remove joyride for now
This commit is contained in:
@@ -99,7 +99,7 @@ export function TutorialProvider({ children }: TutorialProviderProps) {
|
||||
|
||||
return (
|
||||
<TutorialContext.Provider value={contextValue}>
|
||||
<Joyride
|
||||
{/* <Joyride
|
||||
steps={steps}
|
||||
run={run}
|
||||
stepIndex={stepIndex}
|
||||
@@ -120,7 +120,7 @@ export function TutorialProvider({ children }: TutorialProviderProps) {
|
||||
next: 'Next',
|
||||
skip: 'Skip',
|
||||
}}
|
||||
/>
|
||||
/> */}
|
||||
{children}
|
||||
</TutorialContext.Provider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user