web3bio-profile-kit 0.1.21 → 0.1.22

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.
@@ -324,7 +324,7 @@ const PLATFORM_DATA = new Map([
324
324
  [
325
325
  platform.Platform.farcaster,
326
326
  {
327
- color: "#432C8D",
327
+ color: "#6a3cff",
328
328
  icon: "icons/icon-farcaster.svg",
329
329
  label: "Farcaster",
330
330
  description: "Farcaster social identity (Fname handle)",
@@ -322,7 +322,7 @@ const PLATFORM_DATA = new Map([
322
322
  [
323
323
  Platform.farcaster,
324
324
  {
325
- color: "#432C8D",
325
+ color: "#6a3cff",
326
326
  icon: "icons/icon-farcaster.svg",
327
327
  label: "Farcaster",
328
328
  description: "Farcaster social identity (Fname handle)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",