diff --git a/package-lock.json b/package-lock.json index 1d3c7ab..deed3ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plotlink", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plotlink", - "version": "1.1.0", + "version": "1.1.1", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 6ea7ed6..1307b06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "1.1.0", + "version": "1.1.1", "private": true, "workspaces": [ "packages/*" diff --git a/src/app/providers.tsx b/src/app/providers.tsx index b750d7a..c2eb66b 100644 --- a/src/app/providers.tsx +++ b/src/app/providers.tsx @@ -90,7 +90,20 @@ export function Providers({ children }: { children: React.ReactNode }) { return ( - + ( + + By connecting, you agree to our{" "} + Terms and{" "} + Privacy Policy. + + ), + }} + > diff --git a/src/components/ConnectWallet.tsx b/src/components/ConnectWallet.tsx index c4c7a5f..e74f984 100644 --- a/src/components/ConnectWallet.tsx +++ b/src/components/ConnectWallet.tsx @@ -116,14 +116,6 @@ export function ConnectWallet({ onNavigate, compact }: ConnectWalletProps = {}) > {compact ? "Connect" : "connect wallet"} - {!compact && ( -

- By connecting, you agree to our{" "} - Terms - {" "}and{" "} - Privacy Policy. -

- )} ); }}