Skip to content
Open
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
4 changes: 3 additions & 1 deletion frontends/main/src/app-pages/TermsPage/TermsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ const TermsPage: React.FC = () => {
promotional purposes, or in any way that deliberately or
inadvertently claims, suggests or, in MIT's sole judgment, gives the
appearance or impression of a relationship with or endorsement by
MIT.
MIT. MIT is an authorized Licensee of the MicroMasters mark which is
a registered trademark of Axim Collaborative, Inc. All rights reserved
worldwide.
Comment on lines +553 to +555
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These newly added JSX text lines include trailing whitespace at the end of each line. This is likely to violate no-trailing-spaces/Prettier rules and can also introduce unintended extra whitespace in rendered output if styling ever changes (e.g., non-collapsing whitespace). Please remove the trailing spaces and reflow the text without spaces before line breaks.

Copilot uses AI. Check for mistakes.
</BodyText>
<BodyText variant="body1">
All trademarks not owned by MIT that appear on the Site or through
Expand Down
Loading