Skip to content

Commit

Permalink
run linter'
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikSampson committed Sep 22, 2024
1 parent 40055cd commit 39068fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/views/donate/DonateIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@ const AlreadyDonatedWrapper = styled(Flex)`
`;

const DonateSuccessContainer = styled(Container)`
text-align: center;
padding-top: 110px;
padding-bottom: 64px;
position: relative;
text-align: center;
padding-top: 110px;
padding-bottom: 64px;
position: relative;
`;

const DonateContainer = styled(Container)`
Expand Down

0 comments on commit 39068fd

Please sign in to comment.