diff --git a/apps/memory-graph-playground/next-env.d.ts b/apps/memory-graph-playground/next-env.d.ts
new file mode 100644
index 00000000..c4b7818f
--- /dev/null
+++ b/apps/memory-graph-playground/next-env.d.ts
@@ -0,0 +1,6 @@
+///
+ {errors.twitter} +
++ {errors.linkedin} +
+MCP connects your AI apps to create and use memories directly
Auto-fetch the right context from anything you've saved
One-time setup, seamless integration across your workflow @@ -229,10 +244,10 @@ export function MCPDetailView({ onBack }: MCPDetailViewProps) { setSelectedClient(key as keyof typeof clients) setActiveStep(2) }} - className={`px-3 py-1 rounded-full border-1 transition-colors cursor-pointer duration-200 ${ + className={`mcp-client-button-group px-3 py-1 rounded-full border-1 transition-colors cursor-pointer duration-200 ${ selectedClient === key ? "border-blue-500 bg-blue-500/10" - : "border-[#0D121A] bg-[#080B0F] hover:border-gray-600" + : "border-[#242A33] bg-[#080B0F] hover:border-[#3273FC4D] hover:bg-[#08142D]" }`} >
+
*You can connect to all of these, setup is different for each one
diff --git a/apps/web/globals.css b/apps/web/globals.css index 0f6fbd1a..c71ee39d 100644 --- a/apps/web/globals.css +++ b/apps/web/globals.css @@ -54,3 +54,15 @@ letter-spacing: -0.01em; line-height: 135%; } + +.mcp-client-button-group:hover .mcp-client-gradient-text { + background: linear-gradient( + 94deg, + #369bfd 4.8%, + #36fdfd 77.04%, + #36fdb5 143.99% + ); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} diff --git a/packages/ui/assets/Logo.tsx b/packages/ui/assets/Logo.tsx index 9d4a70e4..6741acf9 100644 --- a/packages/ui/assets/Logo.tsx +++ b/packages/ui/assets/Logo.tsx @@ -50,7 +50,7 @@ export const LogoFull = ({ ); }; -export const GradientLogo = ({ className = ""} : { className?: string }) => { +export const GradientLogo = ({ className = "" }: { className?: string }) => { return ( ); -} +}; export const LogoBgGradient = ({ className = "" }: { className?: string }) => { return ( @@ -190,9 +190,9 @@ export const LogoBgGradient = ({ className = "" }: { className?: string }) => { width="161.006" height="181.977" filterUnits="userSpaceOnUse" - color-interpolation-filters="sRGB" + colorInterpolationFilters="sRGB" > -