web3bio-profile-kit 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -969,7 +969,7 @@ const PLATFORM_DATA = new Map([
969
969
  [
970
970
  platform.Platform.xmtp,
971
971
  {
972
- color: "#EF4444",
972
+ color: "#5046E5",
973
973
  icon: "icons/icon-xmtp.svg",
974
974
  label: "XMTP",
975
975
  },
@@ -967,7 +967,7 @@ const PLATFORM_DATA = new Map([
967
967
  [
968
968
  Platform.xmtp,
969
969
  {
970
- color: "#EF4444",
970
+ color: "#5046E5",
971
971
  icon: "icons/icon-xmtp.svg",
972
972
  label: "XMTP",
973
973
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",