Skip to content

Commit

Permalink
refactor(wallet): add wallet to testnet label (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeetVekariya authored Oct 16, 2023
1 parent 406f109 commit 475ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/frontend/src/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const Menu = () => {
<Logo className="h-10 w-10 flex-shrink-0 md:h-16 md:w-16" />
<div className="pl-2">
<div className="text-lg md:text-2xl">Interledger</div>
<div className="text-sm md:text-lg">testnet</div>
<div className="text-sm md:text-lg">testnet wallet</div>
</div>
</div>
</Link>
Expand Down

0 comments on commit 475ebef

Please sign in to comment.