diff --git a/package.json b/package.json index 2a4e506..a929c50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.2.11", + "version": "0.2.12", "type": "module", "scripts": { "dev": "vite", diff --git a/src/components/Sidebar/NavContent.jsx b/src/components/Sidebar/NavContent.jsx index 861f542..979ecad 100644 --- a/src/components/Sidebar/NavContent.jsx +++ b/src/components/Sidebar/NavContent.jsx @@ -93,7 +93,7 @@ const NavContent = ({ chainId, addressChainId }) => { {ghstSymbol} Price: {formatCurrency(ghstPrice, 2)} - Ghosted Supply: {formatCurrency(ghostedSupplyPrice, 2)} + GHOST Supply: {formatCurrency(ghostedSupplyPrice, 2)}