- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit3699ff6
refactor: migrate TermsOfServiceLink from MUI to shadcn/ui (#20260)
## SummaryMigrate the `TermsOfServiceLink` component from MUI to shadcn/ui## Changes- **Replaced** `@mui/material/Link` with the custom `Link` componentfrom `components/Link/Link` (shadcn/ui)- **Migrated** Emotion `css` prop to Tailwind utility classes- **Preserved** external link icon functionality (automatically providedby shadcn Link component)🤖 Generated with [Claude Code](https://claude.com/claude-code)---------Co-authored-by: Claude <noreply@anthropic.com>1 parente0b1536 commit3699ff6
File tree
2 files changed
+6
-15
lines changed- site/src/pages/LoginPage
2 files changed
+6
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 71 | + | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
14 | 9 | | |
15 | | - | |
| 10 | + | |
16 | 11 | | |
17 | 12 | | |
18 | | - | |
| 13 | + | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
24 | | - | |
| 18 | + | |
25 | 19 | | |
26 | 20 | | |
27 | 21 | | |
| |||
0 commit comments
Comments
(0)