Skip to content

Commit 1c99be1

Browse files
authored
Update Images (#589)
1 parent d246897 commit 1c99be1

8 files changed

+7
-7
lines changed

docs/use/dapp-staking/for-devs/create-promotion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have a campaign or new product you would like to share in the community,
1010

1111
You can create a PR once a month, at most.
1212

13-
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Promotion_card_3.png').default} width="80%" />
13+
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Promotion_card_3.png').default} width="90%" />
1414

1515
# Steps for creating a PR for the promotion card
1616

Loading
Loading
Loading
Loading
-186 KB
Loading

docs/use/dapp-staking/for-devs/manage-dApp-Staking.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Figure from "/src/components/figure"
88

99
As a dApp owner, a new panel will appear in the Asset page of the Astar portal: **Your Project** ;
1010

11-
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Project.png').default} width="100%" />
11+
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Project.png').default} width="90%" />
1212

1313
By clicking on your dApp in the **Your Project** panel, you will have access to everything related to your dApp, from claiming developer rewards to editing your project information;
1414

@@ -18,7 +18,7 @@ By clicking on your dApp in the **Your Project** panel, you will have access to
1818
- **Number of stakers:** Total of current stakers on your dApp;
1919
- **Total Earned:** Total tokens received in the dApp Staking program;
2020

21-
<Figure src={require('/docs/use/dapp-staking/for-devs/img/dApp_owner_page.png').default} width="80%" />
21+
<Figure src={require('/docs/use/dapp-staking/for-devs/img/dApp_owner_page.png').default} width="90%" />
2222

2323
### Your Rewards:
2424

@@ -35,4 +35,4 @@ Claiming will release all your pending rewards;
3535
- **Edit your owner info:** If you want to change the registered smart contract address and the address receiving developer rewards ;
3636
- **Add a promotion card:** If you are running a campaign, you can create a promotion card that will be added to the dApp Staking section of the Portal after review;
3737

38-
<Figure src={require('/docs/use/dapp-staking/for-devs/img/dApp_owner_page_2.png').default} width="80%" />
38+
<Figure src={require('/docs/use/dapp-staking/for-devs/img/dApp_owner_page_2.png').default} width="85%" />

docs/use/dapp-staking/for-devs/register-dapp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Connect your wallet and choose the network on which you are going to register fo
3535

3636
If the wallet has been whitelisted, a banner with a `Register Now` button, like the one below, will appear:
3737

38-
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Registration_banner.png').default} width="80%" />
38+
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Registration_banner.png').default} width="85%" />
3939

4040
Click on **Register Now** and fill in the form with all your project details:
4141

@@ -55,13 +55,13 @@ Click on **Register Now** and fill in the form with all your project details:
5555

5656
Once you've filled in all your details, click **Next** button and enter the description that will appear on your **New Listing Card**;
5757

58-
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Promotion_card_2.png').default} width="100%" />
58+
<Figure src={require('/docs/use/dapp-staking/for-devs/img/Promotion_card_2.png').default} width="85%" />
5959

6060
Finally, click on **Register** and sign the transaction on the network;
6161

6262
Congratulations! 🎉 Your project is now listed in dApp Staking and you can start your campaign and communication to attract stakers.
6363

64-
<Figure src={require('/docs/use/dapp-staking/for-devs/img/dApp_page_2.png').default} width="80%" />
64+
<Figure src={require('/docs/use/dapp-staking/for-devs/img/dApp_page_2.png').default} width="90%" />
6565

6666
:::tip
6767

0 commit comments

Comments
 (0)