Skip to content

Commit

Permalink
Merge pull request #330 from RENCI/issue-329-FAQ-typos
Browse files Browse the repository at this point in the history
Fix FAQ typos
  • Loading branch information
PhillipsOwen authored Nov 14, 2024
2 parents 2f17dbc + e499d6b commit 37286ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/trays/help-about/helpAboutTray.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ 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 opf Georgia.</ListItem>
<ListItem>RENCI, UNC, NC State University and the University of Georgia.</ListItem>
<ListItem>DHS CRC.</ListItem>
<ListItem>The Water Institute for the Gul.</ListItem>
<ListItem>The Water Institute for the Gulf.</ListItem>
<ListItem>NC Dept of Transportation.</ListItem>
</List>
</AccordionDetails>
Expand Down

0 comments on commit 37286ed

Please sign in to comment.