diff --git a/setting.png b/setting.png index fc870ec..be0b470 100644 Binary files a/setting.png and b/setting.png differ diff --git a/src/components/About.tsx b/src/components/About.tsx index 6ea1560..6263777 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -6,7 +6,7 @@ export function About() { return (
diff --git a/src/components/AppScreen.tsx b/src/components/AppScreen.tsx index 9f281a9..b2d1098 100644 --- a/src/components/AppScreen.tsx +++ b/src/components/AppScreen.tsx @@ -51,7 +51,7 @@ export function AppScreen({ }: React.ComponentPropsWithoutRef<'div'>) { return (
-
+
diff --git a/src/components/Features.tsx b/src/components/Features.tsx index 84f3ff6..a22918b 100644 --- a/src/components/Features.tsx +++ b/src/components/Features.tsx @@ -6,7 +6,7 @@ import ContentDistribution from '@/components/ContentDistribution' export function Features() { return ( -
+

Network Capabilities diff --git a/src/components/PrimaryFeatures.tsx b/src/components/PrimaryFeatures.tsx index 0227fad..dfc6128 100644 --- a/src/components/PrimaryFeatures.tsx +++ b/src/components/PrimaryFeatures.tsx @@ -194,7 +194,7 @@ type ScreenProps = function InviteScreen(props: ScreenProps) { return ( - Mycelium Connector + Mycelium Connector ) } @@ -202,7 +202,7 @@ function InviteScreen(props: ScreenProps) { function StocksScreen(props: ScreenProps) { return ( - Mycelium Peers + Mycelium Peers ) } @@ -210,7 +210,7 @@ function StocksScreen(props: ScreenProps) { function InvestScreen(props: ScreenProps) { return ( - Mycelium Settings + Mycelium Settings ) }