web3bio-profile-kit 0.2.10 → 0.2.11
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.
package/dist/utils/platform.cjs
CHANGED
|
@@ -841,7 +841,7 @@ const PLATFORM_DATA = new Map([
|
|
|
841
841
|
icon: "icons/icon-unstoppabledomains.svg",
|
|
842
842
|
label: "Unstoppable Domains",
|
|
843
843
|
description: "Unstoppable Domains (.x, .crypto and other Web3 domains), and ud.me Unstoppable Profiles",
|
|
844
|
-
urlPrefix: "https://
|
|
844
|
+
urlPrefix: "https://ud.me/",
|
|
845
845
|
editUrlPrefix: "https://unstoppabledomains.com/d/{name}",
|
|
846
846
|
registerlink: "https://unstoppabledomains.com/search?searchTerm={name}",
|
|
847
847
|
},
|
package/dist/utils/platform.js
CHANGED
|
@@ -839,7 +839,7 @@ const PLATFORM_DATA = new Map([
|
|
|
839
839
|
icon: "icons/icon-unstoppabledomains.svg",
|
|
840
840
|
label: "Unstoppable Domains",
|
|
841
841
|
description: "Unstoppable Domains (.x, .crypto and other Web3 domains), and ud.me Unstoppable Profiles",
|
|
842
|
-
urlPrefix: "https://
|
|
842
|
+
urlPrefix: "https://ud.me/",
|
|
843
843
|
editUrlPrefix: "https://unstoppabledomains.com/d/{name}",
|
|
844
844
|
registerlink: "https://unstoppabledomains.com/search?searchTerm={name}",
|
|
845
845
|
},
|