adapt UI changes; rev.2

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-01-25 13:06:46 +03:00
parent 6f4d38efb3
commit a2a4b86ccc
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 2 additions and 32 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ghost-dao-interface",
"private": true,
"version": "0.4.3",
"version": "0.4.4",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -183,42 +183,12 @@ const NavContent = ({ chainId, addressChainId }) => {
</Box>
</>
}
<NavItem
to=''
icon={PublicIcon}
label={`Ecosystem`}
children={
<AccordionDetails style={{ margin: "0 0 -10px", display: "flex", flexDirection: "column", gap: "10px" }}>
{ECOSYSTEM.map((item, index) => {
return (
<Link
href={item.link}
target="_blank"
rel="noopener noreferrer"
key={index}
style={{ textDecoration: "none" }}
>
<Box display="flex" justifyContent="end">
<Typography style={{ display: "flex", alignItems: "center" }} >
{item.name}
</Typography>
</Box>
</Link>
)
})}
</AccordionDetails>
}
/>
</div>
</div>
</div>
<Box className="menu-divider">
<Divider />
</Box>
<Box>
<NavItem href="http://ecosystem.ghostchain.io" icon={PublicIcon} label={`Ecosystem`} />
<NavItem href="http://ghostchain.io/builders" icon={ForumIcon} label={`Forum`} />
<NavItem href="https://docs.ghostchain.io/" icon={BookIcon} label={`Docs`} />
<NavItem href="https://git.ghostchain.io/ghostchain/ghost-dao-contracts/issues" icon={ErrorOutlineIcon} label={`Git Issues`} />