Skip to content

Commit 840b1a2

Browse files
committed
[Portal] Hotfix Unity sidebar link (#6688)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the sidebar navigation in the `sidebar.tsx` file, changing the name and link for a specific menu item. ### Detailed summary - Changed the menu item name from `"Payments"` to `"Universal Bridge"`. - Updated the `href` from `"/dotnet/pay/quickstart"` to `"/dotnet/universal-bridge/quickstart"`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent d803d37 commit 840b1a2

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)