We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bb36f commit 399acb9Copy full SHA for 399acb9
apps/portal/src/app/engine/v3/layout.tsx
@@ -10,7 +10,9 @@ export default async function Layout(props: { children: React.ReactNode }) {
10
sideBar={sidebar}
11
sidebarHeader={
12
<div className="flex-col items-center gap-1">
13
- <p className="py-5 font-semibold text-foreground text-lg">Transactions</p>
+ <p className="py-5 font-semibold text-foreground text-lg">
14
+ Transactions
15
+ </p>
16
<EngineVersionSelector selected="v3" />
17
</div>
18
}
0 commit comments