diff --git a/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx b/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx
index 95c150e3..f8fe4b7f 100644
--- a/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx
+++ b/apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx
@@ -444,7 +444,7 @@ return (
{data?.nft_contract_id}
-
+ {/*
Owner
{data?.owner}
-
+ */}
Total Minted
{NftCount}
diff --git a/apps/Mintbase/widget/Mintbase/Mini/README.md b/apps/Mintbase/widget/Mintbase/Mini/README.md
index 247d7ff6..4b11ff5b 100644
--- a/apps/Mintbase/widget/Mintbase/Mini/README.md
+++ b/apps/Mintbase/widget/Mintbase/Mini/README.md
@@ -1,16 +1,10 @@
-# MintBOS Mini Documentation
+# MintBOS Mini
## Overview
MintBOS Mini is a customizable, single-file stipped down version of MintBOS without theming, flexible styling classes, no nav or footer - an easy way for users who want to leverage tools like DAO functionalities and nft minters to build on top of what has been done by MintBOS team.
This guide will help you understand how to add, remove, or modify tabs to create your own preferred version of MintBOS Mini.
-# Comprehensive MintBOS Mini Developer Documentation
-
-## Overview
-
-MintBOS Mini is a customizable, single-file React-based application that provides various functionalities for interacting with the Mintbase ecosystem. This guide will help you understand how to fork, customize, and extend the application to create your own preferred version of MintBOS Mini.
-
## Table of Contents
1. [File Structure](#file-structure)
@@ -42,6 +36,7 @@ To create your own version of MintBOS Mini:
${config_account} = "your-account.near"
```
3. Customize the components, tabs, and functionality as needed.
+4. Deploy to your own widget
## Application Components