Skip to content

Commit

Permalink
Governance section #6. Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iscander01 committed Jul 19, 2021
1 parent 6d6cc6b commit e72e755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
font-size: 16px;
color: #00f6d2;
cursor: pointer;
width: 150px;
width: 180px;
align-items: center;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class GovernanceComponent extends HTMLElement {
</div>
<div class="governance__separator"></div>
<div class="governance__pkey" id="governance-show-key">
<span class="governance__pkey__text">Show public key</span>
<span class="governance__pkey__text">Show my public key</span>
<img class="governance__pkey__icon" src="./icons/icon-info.svg" />
</div>
</div>`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PublicKeyPopupComponent extends HTMLElement {
<div class="ui-button__icon">
<img src="./icons/icon-cancel.svg"/>
</div>
<span class="ui-button__text cancel-text">cancel</span>
<span class="ui-button__text cancel-text">close</span>
</span>
</button>
</div>
Expand Down

0 comments on commit e72e755

Please sign in to comment.