diff --git a/products/statement-generator/src/components-layout/Affirmation.tsx b/products/statement-generator/src/components-layout/Affirmation.tsx index 395971df..882c4216 100644 --- a/products/statement-generator/src/components-layout/Affirmation.tsx +++ b/products/statement-generator/src/components-layout/Affirmation.tsx @@ -65,7 +65,7 @@ const Affirmation = () => { className={`${utilityClasses.buttonContainer} ${utilityClasses.justifyRight}`} > ); }; diff --git a/products/statement-generator/src/components/PopUp.tsx b/products/statement-generator/src/components/PopUp.tsx index 11e93ff1..e26e94e2 100644 --- a/products/statement-generator/src/components/PopUp.tsx +++ b/products/statement-generator/src/components/PopUp.tsx @@ -67,7 +67,11 @@ const AlertDialog: React.FC = ({ title, info }) => { -