This commit is contained in:
Kenneth Jannette
2024-03-23 03:13:30 -05:00
parent b77ee96743
commit f8e2f5cea6
2 changed files with 9 additions and 4 deletions

View File

@@ -456,7 +456,7 @@ const HomePage = () => {
</section>
{showPromoModal ? (
<ConfirmModal
titleText="Enter Promo Code"
titleText="Enter Code"
onCancel={handleCancelModal}
buttonLabelText="Enter Code"
isPromoModal={true}