Skip to content

Commit

Permalink
flip order of words on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
leihelen committed Dec 8, 2024
1 parent 63da6fb commit de140f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/Course/Components/CornelliansSay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const CornelliansSay = ({ classSummary, summaryTags }: SummaryProps) => {
: styles.neutralTag
}`}
>
{category} {adjective}
{adjective} {category}
</div>
))}
</div>
Expand Down

0 comments on commit de140f5

Please sign in to comment.