Skip to content

Commit

Permalink
ES-668 fix term and privacy header modal missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lengheang-0116 committed Jan 22, 2024
1 parent 065e6e1 commit d638f04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const TermsAndPrivacyModal = ({ title, content, isOpen, backdrop, toggleM
<AlertDialog open={isOpen}>
<AlertDialogContent ref={modalRef} className="container max-w-[90%] md:w-[1088px] w-[1088px] p-0 bg-white rounded-lg">
<div className="flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600">
<h3 className="text-xl font-semibold text-gray-900 dark:text-white">
<h3 className="text-xl font-semibold text-gray-900 dark:text-gray-900">
{title}
</h3>
<button type="button" onClick={toggleModal} className="text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 ms-auto inline-flex justify-center items-center dark:hover:bg-gray-600 dark:hover:text-white" data-modal-hide="static-modal">
Expand Down

0 comments on commit d638f04

Please sign in to comment.