Skip to content

Commit e2dce08

Browse files
committed
🐛 fix(app): Fixes Alex's main page
1 parent 521d35e commit e2dce08

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/pages/roster/alexander-johnston.astro

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ const data = {
3838
---
3939

4040
<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>
5051
</RosterLayout>

0 commit comments

Comments
 (0)