diff --git a/README.md b/README.md
index e18b37b..b8734db 100644
--- a/README.md
+++ b/README.md
@@ -404,7 +404,7 @@ Put your wallet address where you want to get a drop, and click the **Request**
### More Interactions
-This is not just it. Using the buttons shown below, you can go to the Subnet explorer or add the Subnet to your browser wallet extensions like Metamask with a single click.
+This is not just it. Using the buttons shown below, you can go to the Subnet explorer or add the Subnet to your browser wallet extensions like Metamask or Trust Wallet with a single click.
![](https://raw.githubusercontent.com/ava-labs/avalanche-docs/master/static/img/faucet-4.png)
diff --git a/client/public/memtamask.webp b/client/public/memtamask.webp
deleted file mode 100644
index 8dc7ed4..0000000
Binary files a/client/public/memtamask.webp and /dev/null differ
diff --git a/client/public/wallet.svg b/client/public/wallet.svg
new file mode 100644
index 0000000..b079aa0
--- /dev/null
+++ b/client/public/wallet.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/src/components/AddNetwork.tsx b/client/src/components/AddNetwork.tsx
index 0de7c25..c914025 100644
--- a/client/src/components/AddNetwork.tsx
+++ b/client/src/components/AddNetwork.tsx
@@ -1,11 +1,11 @@
-import { addNetwork, addAsset } from "./Metamask"
+import { addNetwork, addAsset } from "./Wallet"
export default function AddNetwork(props: any) {
return (