Skip to content

Commit c9bb36f

Browse files
committed
fixed sidebar titles
1 parent ee1a54f commit c9bb36f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/portal/src/app/connect/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default async function Layout(props: { children: React.ReactNode }) {
99
sideBar={sidebar}
1010
sidebarHeader={
1111
<div className="flex-col items-center gap-1">
12-
<p className="py-5 font-semibold text-foreground text-lg">Connect</p>
12+
<p className="py-5 font-semibold text-foreground text-lg">Wallets</p>
1313
<PlatformSelector selected="Overview" />
1414
</div>
1515
}

apps/portal/src/app/engine/v3/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async function Layout(props: { children: React.ReactNode }) {
1010
sideBar={sidebar}
1111
sidebarHeader={
1212
<div className="flex-col items-center gap-1">
13-
<p className="py-5 font-semibold text-foreground text-lg">Engine</p>
13+
<p className="py-5 font-semibold text-foreground text-lg">Transactions</p>
1414
<EngineVersionSelector selected="v3" />
1515
</div>
1616
}

0 commit comments

Comments
 (0)