Skip to content

Commit

Permalink
Refactor button text in Deposit component
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy1412 committed Sep 27, 2024
1 parent b2f8e1e commit be2132a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/view/deposit/_components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const Deposit = () => {
variant="light"
onClick={() => setIsOpen(true)}
>
Deposit In Wallet
Deposit in Wallet
</Button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/view/deposit/_components/records.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const DepositRecordsModal = ({
>
<ModalContent className="w-[calc(100vw-1.24rem)] px-5 py-0 md:w-[35.625rem]">
<ModalHeader className="px-0 py-5 text-[1.125rem] font-bold text-foreground">
<span>Deposit In Wallet</span>
<span>Deposit in Wallet</span>
</ModalHeader>
<Divider />
<ModalBody
Expand Down
2 changes: 1 addition & 1 deletion src/view/stake/_components/new/stake-ring.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const StakeRing = ({ selectedCollator, onSuccess }: StakeRingProps) => {
<span className="text-[0.75rem]">{ringDAOGovernance?.name}</span>.
</div>
<p className="m-0 text-[0.75rem] font-normal text-foreground/50">
Please note that gRING is non-transferable.
Please note that {gringTokenInfo?.symbol} is non-transferable.
</p>
<Button
color="primary"
Expand Down

0 comments on commit be2132a

Please sign in to comment.