Skip to content

Commit

Permalink
tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Nov 14, 2024
1 parent b87f184 commit e499d6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/trays/help-about/helpAboutTray.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ export const HelpAboutTray = () => {
<Typography level="body-sm" sx={{ml: 1, mt: 1}}>Funding:</Typography>
<List marker="circle" size="sm" sx={{ml: 3, '--ListItem-minHeight': '25px'}}>
<ListItem>DHS Coastal Resilience Center.</ListItem>
<ListItem>National Ocean Partnership Program (NOPP)</ListItem>
<ListItem>RENCI</ListItem>
<ListItem>National Ocean Partnership Program (NOPP).</ListItem>
<ListItem>RENCI.</ListItem>
</List>

<Divider/>
<Typography level="body-sm" sx={{ml: 1, mt: 1}}>Collaborators:</Typography>
<List marker="circle" size="sm" sx={{ml: 3, '--ListItem-minHeight': '25px'}}>
<ListItem>RENCI/UNC, NC State University and the University of Georgia.</ListItem>
<ListItem>RENCI, UNC, NC State University and the University of Georgia.</ListItem>
<ListItem>DHS CRC.</ListItem>
<ListItem>The Water Institute for the Gulf.</ListItem>
<ListItem>NC Dept of Transportation.</ListItem>
Expand Down

0 comments on commit e499d6b

Please sign in to comment.