File tree Expand file tree Collapse file tree
frontend/src/components/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,9 +74,7 @@ export const RatingForm = ({
7474 >
7575 < div style = { { flex : 1 , textAlign : "right" } } >
7676 < Tooltip title = { criterion . description } >
77- < span style = { { fontSize : "1.25rem" } } >
78- { criterion . title }
79- </ span >
77+ < span style = { { fontSize : "1.25rem" } } > { criterion . title } </ span >
8078 </ Tooltip >
8179 </ div >
8280 < FormControl component = "fieldset" >
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ export const ReadOnlyProject = ({ project }: { project: ProjectDTO }) => {
4545 </ div >
4646 < div >
4747 < h2 style = { { marginTop : "4rem" } } > Rate this Project</ h2 >
48- Hover criteria for more information. Rate a criterion high, if you
49- think the project did well in this regard.
48+ Hover criteria for more information. Rate a criterion high, if you think
49+ the project did well in this regard.
5050 { criteria . map ( ( criterion ) => (
5151 < RatingForm
5252 rating = { ratings . find ( ( r ) => r . criterion . id === criterion . id ) }
You can’t perform that action at this time.
0 commit comments