diff --git a/src/app/Components/Accounts/Account.tsx b/src/app/Components/Accounts/Account.tsx
index b410d5d..a6b9461 100644
--- a/src/app/Components/Accounts/Account.tsx
+++ b/src/app/Components/Accounts/Account.tsx
@@ -1,7 +1,7 @@
"use client";
import React, { useEffect, useState } from "react";
import { IResourceAccount, IConversionPair, IGameConfig } from "typings";
-import { resourceToFc } from "../../../utils/helpers";
+import { resourceToFc, resourceToBg } from "../../../utils/helpers";
import ResourceModal from "./ResourceModal";
const ResourceAccount = (props: {
@@ -101,8 +101,14 @@ const ResourceAccount = (props: {
)}
-
-
+
+
@@ -115,23 +121,30 @@ const ResourceAccount = (props: {
})}{" "}
kg
-
+
+
{
+ setShowModal(!showModal);
+ }}
+ >
+
Sell
+
+
+
>
diff --git a/src/app/Components/Navigation/NavbarVertical.tsx b/src/app/Components/Navigation/NavbarVertical.tsx
index 7f9aeaa..335c398 100644
--- a/src/app/Components/Navigation/NavbarVertical.tsx
+++ b/src/app/Components/Navigation/NavbarVertical.tsx
@@ -23,14 +23,14 @@ const NavbarVertical: React.FC
= ({
return (