Skip to content

Commit e0f4ae4

Browse files
feat: add mcp page (#7687)
* feat: add mcp page * use lucide icons * feat(site): refine mcp page responsiveness * Refine MCP page icon usage * Use Figma icon classes on MCP page * Refine MCP page responsiveness and assets * update button * Refine MCP bubble and CTA styling * Use shared tokens for MCP styling * fix: use privacy-friendly YouTube embed, make mobileTall optional * fix: revert to youtube.com embed URL * feat(site): mcp page refinment * fix(site): resolve homepage merge conflict Keep the homepage section refactor and metadata updates while removing leftover conflict markers. Made-with: Cursor --------- Co-authored-by: Mike Hartington <mikehartington@gmail.com> Co-authored-by: Mike Hartington <mhartington@users.noreply.github.com>
1 parent 6faa5ea commit e0f4ae4

23 files changed

+936
-123
lines changed

β€Žapps/blog/components.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tsx": true,
66
"tailwind": {
77
"config": "",
8-
"css": "src/app/global.css",
8+
"css": "../../packages/ui/src/styles/globals.css",
99
"baseColor": "neutral",
1010
"cssVariables": true,
1111
"prefix": ""

β€Žapps/docs/components.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tsx": true,
66
"tailwind": {
77
"config": "",
8-
"css": "src/app/global.css",
8+
"css": "../../packages/ui/src/styles/globals.css",
99
"baseColor": "neutral",
1010
"cssVariables": true,
1111
"prefix": ""

β€Žapps/eclipse/components.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"rsc": true,
55
"tsx": true,
66
"tailwind": {
7-
"config": "tailwind.config.ts",
8-
"css": "src/styles/globals.css",
7+
"config": "",
8+
"css": "src/app/global.css",
99
"baseColor": "neutral",
1010
"cssVariables": true,
1111
"prefix": ""

β€Žapps/site/components.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tsx": true,
66
"tailwind": {
77
"config": "",
8-
"css": "src/app/global.css",
8+
"css": "../../packages/ui/src/styles/globals.css",
99
"baseColor": "neutral",
1010
"cssVariables": true,
1111
"prefix": ""
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 21 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)