Skip to content

Commit

Permalink
change support modal pop up text
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Nov 27, 2024
1 parent a43e798 commit b86093a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/v3/_components/PoolCreationManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function PoolCreationManager({ setIsModalOpen }: { setIsModalOpen: (isOpe
{step <= poolCreationSteps.length ? poolCreationSteps[step - 1].component : <PoolCreatedView />}
<div className="flex justify-center">
<div onClick={() => setIsResetModalOpen(true)} className="text-center underline cursor-pointer text-lg">
Want help?
Contact Support
</div>
</div>
</div>
Expand Down

0 comments on commit b86093a

Please sign in to comment.