From a51544edeb73054732f2ee4e9c08d61399e531d8 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Wed, 18 Dec 2024 10:59:06 -0500 Subject: [PATCH] viz: minor visual tweaks --- ui/src/app/layout.tsx | 2 +- ui/src/components/Graph/modules/Stats.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}