Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
lsylcy0307 committed Apr 21, 2024
1 parent 3825fef commit 3aed4c7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions client/src/DonationInfo/DonationInfoPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,14 @@ function DonationInfoPage() {
<p style={{ marginTop: '16px', marginLeft: '16px' }}>
This donation has not been acknowledged.
</p>

<Button
onClick={() => navigate('/home')}
style={{ marginLeft: '16px', background: 'blue', color: 'white' }}
>
Send them a message now ->
</Button>
</>
)}
<Button
onClick={() => navigate('/home')}
style={{ marginLeft: '16px', background: 'blue', color: 'white' }}
>
Send them a message now ->
</Button>
</Box>
);
}
Expand Down

0 comments on commit 3aed4c7

Please sign in to comment.