From 90823ef3b8d0391e8edc21a00203e743e108010a Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <43042585+0xFirekeeper@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:57:47 +0000 Subject: [PATCH] [Portal] Update Unity Onchain Interactions link (#6857) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes TOOL-4290 --- ## PR-Codex overview This PR updates the sidebar in the `sidebar.tsx` file, changing a menu item to better reflect its content. ### Detailed summary - Changed the menu item name from `Full Reference` to `Contract Extensions`. - Updated the `href` from `https://thirdweb-dev.github.io/dotnet/index.html` to `/dotnet/contracts/extensions`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/portal/src/app/unity/v5/sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/app/unity/v5/sidebar.tsx b/apps/portal/src/app/unity/v5/sidebar.tsx index 33eefbeac5a..2d95c9e8b0d 100644 --- a/apps/portal/src/app/unity/v5/sidebar.tsx +++ b/apps/portal/src/app/unity/v5/sidebar.tsx @@ -85,8 +85,8 @@ export const sidebar: SideBar = { href: `${sdkSlug}/contracts`, }, { - name: "Full Reference", - href: "https://thirdweb-dev.github.io/dotnet/index.html", + name: "Contract Extensions", + href: "/dotnet/contracts/extensions", }, ], },