We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20c173 commit 0a5a8f8Copy full SHA for 0a5a8f8
1 file changed
src/components/navbar.tsx
@@ -1244,7 +1244,7 @@ function NavBar({ layoutref }: NavBarProps) {
1244
{/** platform infor and connect button*/}
1245
<div className="flex flex-row items-center gap-4">
1246
<div className="flex flex-col items-center text-sm text-shark-300">
1247
- {xprID && <span>{`${xprID['platform']}-${xprID['XRPID']}`}</span>}
+ {xprID && <span>{`XRP-${xprID['XRPID']}`}</span>}
1248
</div>
1249
<button
1250
id="connectBtn"
0 commit comments