Skip to content

Commit 0a5a8f8

Browse files
committed
Switch to not showing react with the ID
People use the ID to find their XRP in bluetooth mode and the IDs should match
1 parent b20c173 commit 0a5a8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ function NavBar({ layoutref }: NavBarProps) {
12441244
{/** platform infor and connect button*/}
12451245
<div className="flex flex-row items-center gap-4">
12461246
<div className="flex flex-col items-center text-sm text-shark-300">
1247-
{xprID && <span>{`${xprID['platform']}-${xprID['XRPID']}`}</span>}
1247+
{xprID && <span>{`XRP-${xprID['XRPID']}`}</span>}
12481248
</div>
12491249
<button
12501250
id="connectBtn"

0 commit comments

Comments
 (0)