diff --git a/src/components/app-body/offers/index.js b/src/components/app-body/fungible/index.js similarity index 99% rename from src/components/app-body/offers/index.js rename to src/components/app-body/fungible/index.js index 116bc25..d88169a 100644 --- a/src/components/app-body/offers/index.js +++ b/src/components/app-body/fungible/index.js @@ -48,7 +48,7 @@ const TABLE_HEADERS = [ } ] -function Offers (props) { +function Fungible (props) { const [appData] = useState(props.appData) const [offers, setOffers] = useState([]) @@ -237,4 +237,4 @@ function Offers (props) { ) } -export default Offers +export default Fungible diff --git a/src/components/app-body/index.js b/src/components/app-body/index.js index 285b2ea..84ad83c 100644 --- a/src/components/app-body/index.js +++ b/src/components/app-body/index.js @@ -28,7 +28,7 @@ import Profile from './nostr/profile/index.js' import Feeds from './nostr/feeds/index.js' import ContentCreators from './nostr/content-creators/index.js' import UserDataReview from './user-data-review' -import Offers from './offers' +import Fungible from './fungible' import NostrChat from './nostr-chat' import CounterOffers from './counter-offers' function AppBody (props) { @@ -55,7 +55,7 @@ function AppBody (props) { } /> } /> } /> - } /> + } /> } /> } /> diff --git a/src/components/nav-menu/index.js b/src/components/nav-menu/index.js index 39d7b4a..13b1e96 100644 --- a/src/components/nav-menu/index.js +++ b/src/components/nav-menu/index.js @@ -51,8 +51,8 @@ function NavMenu (props) { Fungible Tokens