diff --git a/src/web/common/BoxedLink.tsx b/src/web/common/BoxedLink.tsx index 57f2117..7a45e11 100644 --- a/src/web/common/BoxedLink.tsx +++ b/src/web/common/BoxedLink.tsx @@ -11,13 +11,13 @@ export const BoxedLink: React.FC = ({ children, }) => ( {children} - + ); diff --git a/src/web/questions/components/QuestionOptions.tsx b/src/web/questions/components/QuestionOptions.tsx index b426fa8..363dcfc 100644 --- a/src/web/questions/components/QuestionOptions.tsx +++ b/src/web/questions/components/QuestionOptions.tsx @@ -101,7 +101,7 @@ const OptionRow: React.FC = ({ option, mode, textMode }) => {
= ({ option, mode, textMode }) => {
= ({ num }) => { - return
{getstars(num)}
; + return
{getstars(num)}
; };