Skip to content

Commit

Permalink
Merge pull request #230 from us3r-network/F-dappTint-ttang
Browse files Browse the repository at this point in the history
feat: dapps tint
  • Loading branch information
sin-bufan authored Sep 25, 2023
2 parents 456b693 + 1536841 commit 70c947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/scan/src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Nav() {
<div className={`nav-item ${dappActive ? 'active' : ''}`}>
{(dappActive && <DappIconActive />) || <DappIcon />}
<div className="tint-c">
<div className="tint">ComposeDB Models</div>
<div className="tint">Dapps</div>
</div>
</div>
</Link>
Expand Down

0 comments on commit 70c947b

Please sign in to comment.