refactor: migrate TermsOfServiceLink from MUI to shadcn/ui#20260
Merged
Conversation
Replace MUI Link with custom Link component from shadcn/ui and migrate Emotion CSS to Tailwind utility classes. This is part of the ongoing effort to standardize on shadcn/ui components and Tailwind CSS. Changes: - Replace @mui/material/Link with components/Link/Link - Remove Emotion css prop in favor of Tailwind classes - Maintain visual consistency with pt-3, text-base, font-medium - Keep external link icon from shadcn Link component - No functional changes to component behavior 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
aslilac
reviewed
Oct 14, 2025
| rel="noreferrer" | ||
| > | ||
| Terms of Service | ||
| <SquareArrowOutUpRightIcon className="size-icon-xs" /> |
Member
There was a problem hiding this comment.
why get rid of the arrow? it's to indicate it'll open in a new tab
Contributor
Author
There was a problem hiding this comment.
The component already has SquareArrowOutUpRightIcon inside it
aslilac
approved these changes
Oct 14, 2025
aslilac
left a comment
Member
There was a problem hiding this comment.
ah, I didn't realize the icon would come from the new component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate the
TermsOfServiceLinkcomponent from MUI to shadcn/uiChanges
@mui/material/Linkwith the customLinkcomponent fromcomponents/Link/Link(shadcn/ui)cssprop to Tailwind utility classes🤖 Generated with Claude Code