Skip to content

Commit c70d5ab

Browse files
authored
[PRO-199] Playground sidebar changes (#7369)
1 parent 3dbf9e1 commit c70d5ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/playground-web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default async function RootLayout({
3636
}: {
3737
children: React.ReactNode;
3838
}) {
39-
const sidebarLinks = await getSidebarLinks();
39+
const sidebarLinks = getSidebarLinks();
4040
return (
4141
<html lang="en" suppressHydrationWarning>
4242
<head>

apps/playground-web/src/app/navLinks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { insightBlueprints } from "./insight/insightBlueprints";
33

44
const staticSidebarLinks: SidebarLink[] = [
55
{
6-
name: "Connect",
6+
name: "Wallets",
77
isCollapsible: false,
88
links: [
99
{
@@ -113,7 +113,7 @@ const universalBridgeSidebarLinks: SidebarLink = {
113113
};
114114

115115
const engineSidebarLinks: SidebarLink = {
116-
name: "Engine",
116+
name: "Transactions",
117117
isCollapsible: false,
118118
expanded: false,
119119
links: [

0 commit comments

Comments
 (0)