diff --git a/app/src/ui/banners/open-thank-you-card.tsx b/app/src/ui/banners/open-thank-you-card.tsx index 4eeae6e89af..f2ac0e65b9c 100644 --- a/app/src/ui/banners/open-thank-you-card.tsx +++ b/app/src/ui/banners/open-thank-you-card.tsx @@ -21,26 +21,21 @@ export class OpenThankYouCard extends React.Component< public render() { return ( - - The Desktop team would like to thank you for your contributions.{' '} - - Open Your Card - {' '} - - or{' '} - Throw It Away{' '} - - + The Desktop team would like to thank you for your contributions.{' '} + Open Your Card{' '} + + or Throw It Away{' '} + ) }