File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
workspaces/resume/src/components/resume Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ const Resume = ({
121
121
) }
122
122
/>
123
123
) ) }
124
+ </ View >
124
125
125
- < View style = { styles . horizontalDivider } />
126
-
126
+ < View style = { styles . layoutRight } >
127
127
< Text style = { styles . title } > Education</ Text >
128
128
< View >
129
129
{ educations . map ( ( education , index ) => (
@@ -134,7 +134,7 @@ const Resume = ({
134
134
education . endDate ,
135
135
YEAR_DATE_FORMAT ,
136
136
) }
137
- title = { `${ education . degree } in ${ education . areaOfStudy } ` }
137
+ title = { `${ education . degree } \nin ${ education . areaOfStudy } ` }
138
138
subtitle = { education . school }
139
139
style = { getItemMarginStyle (
140
140
styles . itemMarginBottom ,
@@ -144,9 +144,9 @@ const Resume = ({
144
144
/>
145
145
) ) }
146
146
</ View >
147
- </ View >
148
147
149
- < View style = { styles . layoutRight } >
148
+ < View style = { styles . horizontalDivider } />
149
+
150
150
< Text style = { styles . title } > Skills</ Text >
151
151
< View style = { styles . skills } >
152
152
< View style = { styles . skillsCol } >
You can’t perform that action at this time.
0 commit comments