Skip to content

Commit

Permalink
Merge pull request #432 from GenaDrop/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
Jikugodwill authored Nov 28, 2024
2 parents d57b119 + b0cde24 commit a70dc9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/Mintbase/widget/Mintbase/App/NFTDetails/NFTShow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ return (
<small className="text-desc">{data?.nft_contract_id}</small>
</Link>
</a>
<a href="#" className="item-view">
{/* <a href="#" className="item-view">
<small>Owner</small>
<Link
to={href({
Expand All @@ -457,7 +457,7 @@ return (
>
<small className="text-desc">{data?.owner}</small>
</Link>
</a>
</a> */}
<a href="#" className="item-view">
<small>Total Minted</small>
<small>{NftCount}</small>
Expand Down
9 changes: 2 additions & 7 deletions apps/Mintbase/widget/Mintbase/Mini/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a70dc9a

Please sign in to comment.