Closed kelvincklo closed 1 year ago
Create a `positionText` component to list the positions people are considering underneath their name. It should take in a prop `text` that can change the text of that the component displays. Most of this task will be in how you style the text.
Changes
Created component that takes in text for positions and returns it as p element. Text family used is Georgia, font size is 0.8rem.
Checklist