-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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 /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters