From 053487da74c375e2d5cc578b24cc9bbe3d3f922e Mon Sep 17 00:00:00 2001 From: Monkey Date: Fri, 9 Aug 2024 17:16:48 -0400 Subject: [PATCH] adjust site title and title spacing --- src/components/Header.tsx | 2 +- src/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 643837d..2792680 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -82,7 +82,7 @@ export const Header: React.FC<{ title: string }> = ({ title }) => { color="#FBFBFB" sx={{ height: "75%", alignSelf: "center" }} /> - {title} + {title} ); }; diff --git a/src/index.tsx b/src/index.tsx index 8459247..61a4189 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -113,7 +113,7 @@ root.render( `Laconic Wallet`, + formatter: () => `Laconic | Wallet`, }} theme={navigationTheme} >