Skip to content

Commit b083753

Browse files
committed
PRETTIER!
1 parent bc0ceb3 commit b083753

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

frontend/src/components/pages/rating-form.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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">

frontend/src/components/pages/read-only-project.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)}

0 commit comments

Comments
 (0)