Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wallet list to the ink docs #263

Merged
merged 6 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/intro/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,16 @@ hide_table_of_contents: false
<div className="col">&nbsp;</div>
</div>

## What wallet can I use?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## What wallet can I use?
## What wallets can I use?

I hope there will be more :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plus one for this suggestion.


<div className="row">
<div className="col text--left">
<a href="https://www.subwallet.app/">
<img src= "/img/wallets/subwallet.svg" className="wallet" />
</a>
</div>
</div>

## Smart Contract Examples

<div className="row">
Expand Down
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ button:disabled {
margin: 25px 0px 25px 0px;
}

.wallet {
max-width: 200px;
}

.chainHeader {
height: 50px !important;
margin: 25px 0px -25px 0px;
Expand Down
75 changes: 75 additions & 0 deletions static/img/wallets/subwallet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.