Skip to content

Commit

Permalink
style: update donor alert heading for consistency (#35)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: ZL Asica <[email protected]>
  • Loading branch information
marycaserio and ZL-Asica authored Dec 6, 2024
1 parent 720c42a commit 07379e9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/components/Alerts/DonorAlerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,11 @@ const DonorAlerts = () => {

return (
<Box sx={{ px: 2 }}>
<Typography
variant='h4'
sx={{ mb: 1, ml: 2 }}
>
Alerts
</Typography>
<h1 style={{ marginLeft: '20px' }}>Alerts</h1>
<Typography
variant='subtitle1'
color='text.secondary'
sx={{ mb: 3, ml: 2 }}
sx={{ mb: 2, ml: 2 }}
>
Needs recently added by your saved organizations
</Typography>
Expand Down

0 comments on commit 07379e9

Please sign in to comment.