Skip to content

Commit

Permalink
adding another list item of collaborators.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 9, 2024
1 parent fdf8c47 commit 63d007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/trays/help-about/helpAboutTray.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export const HelpAboutTray = () => {

<Divider/>
<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>
Expand All @@ -80,6 +79,7 @@ export const HelpAboutTray = () => {
<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, NCSU, UGA</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 63d007c

Please sign in to comment.