Skip to content

Commit

Permalink
implemented edit and delete donation info
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesjin123 committed Apr 27, 2024
1 parent e52a42e commit 12e3c37
Show file tree
Hide file tree
Showing 8 changed files with 776 additions and 47 deletions.
8 changes: 4 additions & 4 deletions client/src/Authentication/ResetPasswordPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ function ResetPasswordPage() {
<FormGrid>
<FormCol>
<Grid item container justifyContent="center">
<Grid item container justifyContent="center">
<img width="70%" src={westPark} alt="West Park Logo" />
</Grid>
<Typography variant="h5" textAlign="center">
<Grid item container justifyContent="center">
<img width="70%" src={westPark} alt="West Park Logo" />
</Grid>
<Typography variant="h5" textAlign="center">
Donor Management System
</Typography>
<Typography variant="h2">Excited to have you back!</Typography>
Expand Down
Loading

0 comments on commit 12e3c37

Please sign in to comment.