From e4cad72c43b44cdbea3d6598d02982ee7c519b19 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Thu, 21 Aug 2025 16:30:31 +0300 Subject: [PATCH] rename based based on the project convention Signed-off-by: Uncle Fatso --- package.json | 2 +- src/components/Sidebar/NavContent.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)}