From de140f597ae1640ecd0a85020f773ee4984226fb Mon Sep 17 00:00:00 2001 From: Helen Lei Date: Sun, 8 Dec 2024 15:12:45 -0500 Subject: [PATCH] flip order of words on tags --- client/src/modules/Course/Components/CornelliansSay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/modules/Course/Components/CornelliansSay.tsx b/client/src/modules/Course/Components/CornelliansSay.tsx index 655274ae..43b8776a 100644 --- a/client/src/modules/Course/Components/CornelliansSay.tsx +++ b/client/src/modules/Course/Components/CornelliansSay.tsx @@ -34,7 +34,7 @@ const CornelliansSay = ({ classSummary, summaryTags }: SummaryProps) => { : styles.neutralTag }`} > - {category} {adjective} + {adjective} {category} ))}