Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ function SummarySection({
<Table>
<TableBody>
<TableRow className="flex items-center justify-between">
<TableCell className="text-base font-medium">Required</TableCell>
<TableCell className="text-base font-medium">
Projects to be read:
</TableCell>
<TableCell>
<Badge
className="min-w-10 rounded-full text-center"
Expand All @@ -118,7 +120,9 @@ function SummarySection({
</TableCell>
</TableRow>
<TableRow className="flex items-center justify-between">
<TableCell className="text-base font-medium">Available</TableCell>
<TableCell className="text-base font-medium">
Total reader capacity:
</TableCell>
<TableCell>
<Badge
className="min-w-10 rounded-full text-center"
Expand All @@ -130,7 +134,7 @@ function SummarySection({
</TableRow>
<TableRow className="flex items-center justify-between">
<TableCell className="text-base font-medium">
Read Projects:
Projects allocated to a reader:
</TableCell>
<TableCell>
<Badge
Expand Down
2 changes: 1 addition & 1 deletion src/components/reading-preference-button/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const preferenceConfigs: Record<
{ label: string; tip: ReactNode }
> = {
[ExtendedReaderPreferenceType.ACCEPTABLE]: {
label: "Neural",
label: "Neutral",
tip: (
<p>
Project is currently considered{" "}
Expand Down
Loading