diff --git a/src/components/atoms/ConfirmationBox.tsx b/src/components/atoms/ConfirmationBox.tsx index b317c191..a1c6e869 100644 --- a/src/components/atoms/ConfirmationBox.tsx +++ b/src/components/atoms/ConfirmationBox.tsx @@ -10,21 +10,21 @@ interface ConfirmationBoxProps { export const ConfirmationBox = ({ selector, onYes, onNo }: ConfirmationBoxProps) => { return ( - - - Confirmation - - - Do you want to interact with the element: {selector}? - - - - - + + + Confirmation + + + Do you want to interact with the element: {selector}? + + + + + ); }; \ No newline at end of file