File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/playground-web/src/app Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default async function RootLayout({
36
36
} : {
37
37
children : React . ReactNode ;
38
38
} ) {
39
- const sidebarLinks = await getSidebarLinks ( ) ;
39
+ const sidebarLinks = getSidebarLinks ( ) ;
40
40
return (
41
41
< html lang = "en" suppressHydrationWarning >
42
42
< head >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { insightBlueprints } from "./insight/insightBlueprints";
3
3
4
4
const staticSidebarLinks : SidebarLink [ ] = [
5
5
{
6
- name : "Connect " ,
6
+ name : "Wallets " ,
7
7
isCollapsible : false ,
8
8
links : [
9
9
{
@@ -113,7 +113,7 @@ const universalBridgeSidebarLinks: SidebarLink = {
113
113
} ;
114
114
115
115
const engineSidebarLinks : SidebarLink = {
116
- name : "Engine " ,
116
+ name : "Transactions " ,
117
117
isCollapsible : false ,
118
118
expanded : false ,
119
119
links : [
You can’t perform that action at this time.
0 commit comments