diff options
| -rw-r--r-- | python/fatcat_web/templates/home.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index b08ec2cf..acb943d9 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -32,17 +32,17 @@      <div class="row">        <div class="four wide mobile three wide center aligned column">          <a href="/stats" style="color: black;"> -          <h4>116,741,069<br>Papers</h4> +          <h4>120,325,647<br>Papers</h4>          </a>        </div>        <div class="four wide mobile three wide center aligned column">          <a href="/stats" style="color: black;"> -          <h4>28,751,063<br>Accessible</h4> +          <h4>30,563,092<br>Accessible</h4>          </a>        </div>        <div class="four wide mobile three wide center aligned column">          <a href="/stats" style="color: black;"> -          <h4>177,158<br>Journals</h4> +          <h4>184,957<br>Journals</h4>          </a>        </div>      </div> | 
