@@ -484,13 +484,12 @@ export const ReviewAndDeploy: React.FC<ReviewAndDeploy> = ({
484484 onClick = { ( ) => setHasConfirmedTerms ( ( bool ) => ! bool ) }
485485 aria-pressed = { hasConfirmedTerms }
486486 aria-label = "Confirm terms of service"
487- style = { { borderWidth : 0 , padding : 0 } }
488487 >
489488 { hasConfirmedTerms && < Icon fill = "background1" id = "check" /> }
490489 </ Flex >
491490
492491 < Flex className = { deployCheckboxHelperText } >
493- I have reviewed and acknowledge and agree to the{ ' ' }
492+ I have reviewed, acknowledge, and agree to the{ ' ' }
494493 < a
495494 href = { '/legal' }
496495 target = "_blank"
@@ -518,7 +517,6 @@ export const ReviewAndDeploy: React.FC<ReviewAndDeploy> = ({
518517 onClick = { ( ) => setHasConfirmedChain ( ( bool ) => ! bool ) }
519518 aria-pressed = { hasConfirmedChain }
520519 aria-label = "Confirm deployment chain"
521- style = { { borderWidth : 0 , padding : 0 } }
522520 >
523521 { hasConfirmedChain && < Icon fill = "background1" id = "check" /> }
524522 </ Flex >
@@ -545,7 +543,6 @@ export const ReviewAndDeploy: React.FC<ReviewAndDeploy> = ({
545543 onClick = { ( ) => setHasConfirmedRewards ( ( bool ) => ! bool ) }
546544 aria-pressed = { hasConfirmedRewards }
547545 aria-label = "Confirm rewards documentation"
548- style = { { borderWidth : 0 , padding : 0 } }
549546 >
550547 { hasConfirmedRewards && < Icon fill = "background1" id = "check" /> }
551548 </ Flex >
@@ -582,7 +579,6 @@ export const ReviewAndDeploy: React.FC<ReviewAndDeploy> = ({
582579 onClick = { ( ) => setHasConfirmedFastDAO ( ( bool ) => ! bool ) }
583580 aria-pressed = { hasConfirmedFastDAO }
584581 aria-label = "Confirm fast DAO timings"
585- style = { { borderWidth : 0 , padding : 0 } }
586582 >
587583 { hasConfirmedFastDAO && < Icon fill = "background1" id = "check" /> }
588584 </ Flex >
0 commit comments