From eb2213a33371aa35b4c01c70b2b0e07f58aedd43 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 2 Sep 2024 10:57:36 +0800 Subject: [PATCH] Remove plausible analytics (#812) --- apps/web/index.html | 3 --- apps/web/src/components/chain-switch.tsx | 4 ++-- apps/web/src/components/faucet.tsx | 2 +- apps/web/src/components/footer.tsx | 2 +- apps/web/src/components/header.tsx | 11 +++++------ apps/web/src/components/history/history-details.tsx | 6 +----- apps/web/src/components/history/index.tsx | 2 +- apps/web/src/components/transfer-amount-input.tsx | 4 ++-- apps/web/src/components/transfer.tsx | 5 +---- apps/web/src/components/user.tsx | 2 +- apps/web/src/global.d.ts | 2 -- apps/web/src/routes/not-found.tsx | 1 - 12 files changed, 15 insertions(+), 29 deletions(-) diff --git a/apps/web/index.html b/apps/web/index.html index be7b9609..2195f6a1 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -29,9 +29,6 @@ - - -
diff --git a/apps/web/src/components/chain-switch.tsx b/apps/web/src/components/chain-switch.tsx index 1a304b34..7d92fdaf 100644 --- a/apps/web/src/components/chain-switch.tsx +++ b/apps/web/src/components/chain-switch.tsx @@ -39,7 +39,7 @@ export default function ChainSwitch({ placement }: { placement?: Placement }) { return account.address ? ( <>