Skip to content
Snippets Groups Projects
Commit 9391d567 authored by hannahl8's avatar hannahl8
Browse files

completed LabsPage.tsx and corresponding components

parent 3555251c
No related branches found
No related tags found
No related merge requests found
Pipeline #10692 passed
......@@ -10,7 +10,7 @@ export default function LabsListItem(props: { researchLabItem: ResearchLabItem }
</Link>
<h2 className="lab-college">{props.researchLabItem.college}</h2>
<h3 className="lab-pi">Dr. John Wick</h3>
<h3 className="lab-pi">{props.researchLabItem.pi}</h3>
<h4 className="lab-description"
title={props.researchLabItem.description}>{props.researchLabItem.description}</h4>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment