File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function Home() {
1111 < p className = "text-muted-foreground text-xl max-w-2xl text-center" >
1212 Over 7 years of proven reliability and performance. Spin up wallets,
1313 trigger onchain actions, and stay compliant—all with one powerful,
14- production-ready API or White-label Embedded Wallets .
14+ production-ready Server Wallet or Embedded Wallet .
1515 </ p >
1616 </ div >
1717
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const Header = () => {
3434 }
3535 if ( isServerWalletRoute ) {
3636 return {
37- text : "View Express Docs" ,
37+ text : "View Server Wallet Docs" ,
3838 url : "https://docs.magic.link/server-wallets/express-api/overview" ,
3939 } ;
4040 }
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export function EVMSignMethods() {
125125 return (
126126 < SigningMethodsLayout
127127 title = "EVM Signing Methods"
128- description = "Test various EVM cryptographic signing operations with TEE API "
128+ description = "Test various EVM cryptographic signing operations with Server Wallet "
129129 defaultTab = "personal"
130130 tabs = { tabs }
131131 >
You can’t perform that action at this time.
0 commit comments