Skip to content

Commit

Permalink
change reset modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Nov 27, 2024
1 parent 1148d93 commit 077243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/common/PoolStateResetModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const PoolStateResetModal = ({ setIsModalOpen, clearState }: PoolStateRes
<div className="absolute w-full h-full" onClick={() => setIsModalOpen(false)} />
<div className="w-[550px] relative bg-base-100 border border-base-200 rounded-lg p-6">
<div className="flex items-center justify-between mb-7">
<h5 className="font-bold text-3xl mb-0">Need Assistance?</h5>
<h5 className="font-bold text-3xl mb-0">Contact Support</h5>
<XMarkIcon className="w-6 h-6 hover:cursor-pointer " onClick={() => setIsModalOpen(false)} />
</div>
<div className="text-lg mb-5">
Expand Down

0 comments on commit 077243b

Please sign in to comment.