Fixing broken info-link
This commit is contained in:
		
							parent
							
								
									2faca121d3
								
							
						
					
					
						commit
						a19ffb884f
					
				| @ -59,7 +59,7 @@ | ||||
|                 <td [innerHTML]="'‎' + (block.weight | wuBytes: 2)"></td> | ||||
|               </tr> | ||||
|               <tr *ngIf="auditAvailable"> | ||||
|                 <td><ng-container i18n="latest-blocks.health">Health</ng-container> <a class="info-link" [routerLink]="['/docs/faq' | relativeUrl ]" fragment="what-is-block-health"><fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true"></fa-icon></a></td> | ||||
|                 <td><ng-container i18n="latest-blocks.health">Health</ng-container><a class="info-link" [routerLink]="['/docs/faq' | relativeUrl ]" fragment="what-is-block-health"><fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true"></fa-icon></a></td> | ||||
|                 <td> | ||||
|                   <span | ||||
|                     class="health-badge badge" | ||||
| @ -242,7 +242,7 @@ | ||||
|         </ng-container> | ||||
|       </div> | ||||
|       <div class="col-sm" *ngIf="!isMobile"> | ||||
|         <h3 class="block-subtitle actual" *ngIf="!isMobile"><ng-container i18n="block.actual-block">Actual Block</ng-container> <a class="info-link" [routerLink]="['/docs/faq' | relativeUrl ]" fragment="how-do-block-audits-work"><fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true"></fa-icon></a></h3> | ||||
|         <h3 class="block-subtitle actual" *ngIf="!isMobile"><ng-container i18n="block.actual-block">Actual Block</ng-container><a class="info-link" [routerLink]="['/docs/faq' | relativeUrl ]" fragment="how-do-block-audits-work"><fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true"></fa-icon></a></h3> | ||||
|         <div class="block-graph-wrapper"> | ||||
|           <app-block-overview-graph #blockGraphActual [isLoading]="isLoadingOverview" [resolution]="86" | ||||
|             [blockLimit]="stateService.blockVSize" [orientation]="'top'" [flip]="false" [mirrorTxid]="hoverTx" mode="mined"  [auditHighlighting]="showAudit" | ||||
|  | ||||
| @ -299,7 +299,7 @@ | ||||
|                 <td [innerHTML]="'‎' + (tx.weight / 4 | vbytes: 2)"></td> | ||||
|               </tr> | ||||
|               <tr *ngIf="adjustedVsize != null"> | ||||
|                 <td><ng-template i18n="transaction.adjusted-vsize|Transaction Adjusted VSize">Adjusted vsize</ng-template> | ||||
|                 <td><ng-container i18n="transaction.adjusted-vsize|Transaction Adjusted VSize">Adjusted vsize</ng-container> | ||||
|                   <a class="info-link" [routerLink]="['/docs/faq/' | relativeUrl]" fragment="what-is-adjusted-vsize"> | ||||
|                     <fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true"></fa-icon> | ||||
|                   </a> | ||||
| @ -325,7 +325,7 @@ | ||||
|                 <td [innerHTML]="'‎' + (tx.locktime | number)"></td> | ||||
|               </tr> | ||||
|               <tr *ngIf="sigops != null"> | ||||
|                 <td><ng-template i18n="transaction.sigops|Transaction Sigops">Sigops</ng-template> | ||||
|                 <td><ng-container i18n="transaction.sigops|Transaction Sigops">Sigops</ng-container> | ||||
|                   <a class="info-link" [routerLink]="['/docs/faq/' | relativeUrl]" fragment="what-are-sigops"> | ||||
|                     <fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true"></fa-icon> | ||||
|                   </a> | ||||
|  | ||||
| @ -1194,4 +1194,5 @@ app-global-footer { | ||||
| 
 | ||||
| .info-link fa-icon { | ||||
|   color: rgba(255, 255, 255, 0.4); | ||||
|   margin-left: 5px; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user