mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
Add live mempool blocks to faq (h/t @softsimon)
This commit is contained in:
parent
88c50f7107
commit
e50b58b8aa
3 changed files with 18 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<ng-container *ngIf="{ val: network$ | async } as network">
|
||||
<div class="container-xl text-left">
|
||||
|
||||
|
||||
<div id="faq" *ngIf="whichTab === 'faq'">
|
||||
|
||||
<div id="doc-nav-desktop" class="hide-on-mobile" [ngClass]="desktopDocsNavPosition">
|
||||
|
|
@ -15,12 +15,15 @@
|
|||
<a id="{{ item.fragment + '-tab-header' }}" class="section-header" (click)="anchorLinkClick( $event )" [routerLink]="['./']" fragment="{{ item.fragment }}"><table><tr><td>{{ item.title }}</td><td><span>{{ item.category }}</span></td></tr></table></a>
|
||||
<div class="endpoint-content">
|
||||
<div class="endpoint" [innerHTML]="item.answer | noSanitize"></div>
|
||||
<div class="blockchain-wrapper" *ngIf="item.fragment === 'what-is-a-mempool-explorer'">
|
||||
<app-blockchain></app-blockchain>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="restAPI" *ngIf="whichTab === 'rest'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue