From 40b58f320a124e51aa8d7146600c112eb2be275e Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Tue, 7 Apr 2026 19:52:44 +0300 Subject: [PATCH] visual fixes for the sidebar Signed-off-by: Uncle Fatso --- package.json | 2 +- src/components/Sidebar/NavContent.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a47a7af..a78285a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghost-dao-interface", "private": true, - "version": "0.7.0", + "version": "0.7.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src/components/Sidebar/NavContent.jsx b/src/components/Sidebar/NavContent.jsx index 925d186..b0c6cae 100644 --- a/src/components/Sidebar/NavContent.jsx +++ b/src/components/Sidebar/NavContent.jsx @@ -144,9 +144,9 @@ const NavContent = ({ chainId, addressChainId }) => { to={`/${chainName}/bonds`} children={ - + {ghostBonds.length > 0 && Bond Discounts - + } {sortBondsByDiscount(ghostBonds).map((bond, index) => { return ( { + -