Skip to content

Commit ffc9e09

Browse files
committed
[Portal] Hotfix Unity sidebar link
1 parent a230532 commit ffc9e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/portal/src/app/unity/v5/sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ export const sidebar: SideBar = {
108108
icon: <ExternalLinkIcon />,
109109
},
110110
{
111-
name: "Payments",
112-
href: "/dotnet/pay/quickstart",
111+
name: "Universal Bridge",
112+
href: "/dotnet/universal-bridge/quickstart",
113113
icon: <ExternalLinkIcon />,
114114
},
115115
],

0 commit comments

Comments
 (0)