From d5562bf53ab58d36e29cb1c02787797cbdd0c7ce Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:07:35 -0500 Subject: [PATCH] Remove unnecessary content wrapping --- app/src/ui/banners/open-thank-you-card.tsx | 35 ++++++++++------------ 1 file changed, 15 insertions(+), 20 deletions(-) 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{' '} + ) }