File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,14 @@ const data = {
38
38
---
39
39
40
40
<RosterLayout {... data }>
41
- <RosterHeader {... data } />
42
- <!-- For any extra sections you would like to add, just create a new "RosterSection" and give it a title, then just write. -->
43
- <!-- For any images, use the RosterImage Component imported at the Top. -->
44
- <RosterSection title =" Biography" >
45
- Alec Johnston is a senior at CUNE majoring in Computer Science and Math.
46
- He plans to work in the tech graduation back in Minnesota upon graduation.
47
- He is also in choir and an officer in Student Senate in addition to his
48
- activity on the programming team.
49
- </RosterSection >
41
+ <RosterHeader {... data }>
42
+ <!-- For any extra sections you would like to add, just create a new "RosterSection" and give it a title, then just write. -->
43
+ <!-- For any images, use the RosterImage Component imported at the Top. -->
44
+ <RosterSection title =" Biography" >
45
+ Alec Johnston is a senior at CUNE majoring in Computer Science and Math.
46
+ He plans to work in the tech graduation back in Minnesota upon graduation.
47
+ He is also in choir and an officer in Student Senate in addition to his
48
+ activity on the programming team.
49
+ </RosterSection >
50
+ </RosterHeader >
50
51
</RosterLayout >
You can’t perform that action at this time.
0 commit comments