diff --git a/src/components/Activity.tsx b/src/components/Activity.tsx index 26a64b0..5e21f5b 100644 --- a/src/components/Activity.tsx +++ b/src/components/Activity.tsx @@ -150,7 +150,7 @@ export function Activity() { - + No transactions (empty state) @@ -167,7 +167,7 @@ export function Activity() { - + No invoices (empty state) @@ -184,7 +184,7 @@ export function Activity() { - + No utxos (empty state) diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 7fa2586..9afa276 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -75,8 +75,8 @@ const NodeManagerGuard: ParentComponent = (props) => { ) } -const LoadingSpinner = (props: { big?: boolean }) => { - return (
+const LoadingSpinner = (props: { big?: boolean, wide?: boolean }) => { + return (