gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 407/459: use share icon


From: gnunet
Subject: [reclaim-ui] 407/459: use share icon
Date: Fri, 11 Jun 2021 23:28:19 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 482d673af9f9afbcb1247c0c972ba761892f8383
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jan 5 17:50:49 2021 +0900

    use share icon
---
 src/app/edit-identity/edit-identity.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index bc770e5..9780e62 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -235,7 +235,7 @@
                  [class.alert-danger]="newAttribute.name === claim.name"
                  *ngFor="let claim of attributes">
               <div class="col-sm">
-                <i *ngIf="isClaimRequested(claim)" class="fab 
fa-openid"></i><b> {{ getDescription(claim) }}</b>
+                <i *ngIf="isClaimRequested(claim)" class="fa 
fa-share-alt"></i><b> {{ getDescription(claim) }}</b>
               </div>
               <div class="col-sm" style="display:flex;">
                 <div style="flex:1;" *ngIf="claim == claimInEdit">
@@ -304,7 +304,7 @@
           {{ getMessage("identity_list_html@sharingDisabled") }}</span>
       </button>
       <button *ngIf="!inOpenIdFlow()" class="btn btn-primary" 
[routerLink]="['/edit-authorizations', identity.name]" [style.float]="'right'">
-        <span class="fab fa-openid"></span>
+        <span class="fa fa-share-alt"></span>
         {{ getMessage("edit_identity_html@manageAuths") }}
       </button>
       <button *ngIf="!inOpenIdFlow() && isExperimental()" class="btn 
btn-primary" [routerLink]="['/edit-credentials', identity.name]" 
[style.float]="'right'">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]