diff --git a/src/app/Components/BankAccountsView.tsx b/src/app/Components/BankAccountsView.tsx index 2663c1f..33f0504 100644 --- a/src/app/Components/BankAccountsView.tsx +++ b/src/app/Components/BankAccountsView.tsx @@ -18,8 +18,8 @@ const BankAccountsView = (props: { return (
-
-
+
+
Moonbucks

$ diff --git a/src/app/Components/InventoryItemView.tsx b/src/app/Components/InventoryItemView.tsx index d8ddbee..931b3db 100644 --- a/src/app/Components/InventoryItemView.tsx +++ b/src/app/Components/InventoryItemView.tsx @@ -8,19 +8,21 @@ const InventoryItemView = (props: { upgradeInventoryItem: (inventoryItemId: number, storeItemId: string) => void; }) => { return ( -
-

Your Inventory

-
- {props.inventoryItems && - props.inventoryItems.length > 0 && - props.inventoryItems.map((inventoryItem, id) => ( - - ))} +
+
+

Your Inventory

+
+ {props.inventoryItems && + props.inventoryItems.length > 0 && + props.inventoryItems.map((inventoryItem, id) => ( + + ))} +
); diff --git a/src/app/Components/NavbarVertical.tsx b/src/app/Components/NavbarVertical.tsx index 6bf8825..ae1d5a8 100644 --- a/src/app/Components/NavbarVertical.tsx +++ b/src/app/Components/NavbarVertical.tsx @@ -23,8 +23,8 @@ const NavbarVertical: React.FC = ({ }) => { return (
-