diff --git a/ui/src/app/layout.tsx b/ui/src/app/layout.tsx index a36cde01..ad3a89ff 100644 --- a/ui/src/app/layout.tsx +++ b/ui/src/app/layout.tsx @@ -14,7 +14,7 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Create Next App", + title: "Leios Simulation", description: "Generated by create next app", }; diff --git a/ui/src/components/Graph/modules/Stats.tsx b/ui/src/components/Graph/modules/Stats.tsx index c14ba801..84be3578 100644 --- a/ui/src/components/Graph/modules/Stats.tsx +++ b/ui/src/components/Graph/modules/Stats.tsx @@ -58,7 +58,7 @@ export const Stats: FC = () => { ); return ( -
+

Global Stats

Tx Generated: {totals.txGenerated}