Skip to content

Commit

Permalink
feat: buyback page fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Jan 6, 2025
1 parent b2d3a21 commit 5a3ccca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/pages/BuyBackPage/BuyBackPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function OtcContracts() {
const isLoading = isSourcesQueryLoading;

return (
<DashboardTable loading={isLoading} title={<SquaredChip label="Buy Back" color="primary" />}>
<DashboardTable loading={isLoading} title={<SquaredChip label="Buyback" color="primary" />}>
<TableHead>
<TableRow>
<TableCell>Contract</TableCell>
Expand Down Expand Up @@ -69,8 +69,9 @@ export function BuyBacksPage() {
<ConnectedWalletRequired>
<Alert sx={{ mb: 2 }} color="warning" icon={<Warning color="warning" />}>
<Typography>
Please do not deposit tokens until you know what you are doing. It will not be possible
to return them back!
This is the official Subsquid Labs buyback page. ⚠️Attention: Please only deposit the
contractually agreed amount of SQD Tokens. Deposited SQD cannot be refunded. For
questions, please reach out to [email protected]
</Typography>
</Alert>
<OtcContracts />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BuyBackPage/DepositButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function DepositDialog({

return (
<ContractCallDialog
title="Deposit OTC contract"
title="Deposit Buyback contract"
open={open}
onResult={confirmed => {
if (!confirmed) return onClose();
Expand Down

0 comments on commit 5a3ccca

Please sign in to comment.