Skip to content

Commit

Permalink
WIP - update provider pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Peixer committed Sep 25, 2023
1 parent d4e9d93 commit 45c6acf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 386 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="common-popup__block">
<div class="common-popup__account">
<img :src="networks.polkadot.identicon(account.address)" />
<img :src="networks.kadena.identicon(account.address)" />
<div class="common-popup__account-info">
<h4>{{ account.name }}</h4>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
class="common-popup__logo"
></sign-logo>
<div class="common-popup__network">
<img :src="networks.polkadot.icon" />
<p>{{ metadata ? metadata.chain : networks.polkadot.name_long }}</p>
<img :src="networks.kadena.icon" />
<p>{{ metadata ? metadata.chain : networks.kadena.name_long }}</p>
</div>
</template>

Expand Down
Loading

0 comments on commit 45c6acf

Please sign in to comment.