diff options
Diffstat (limited to 'inst/app/templates/navbar.html')
-rw-r--r-- | inst/app/templates/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/app/templates/navbar.html b/inst/app/templates/navbar.html index 1f86953..d447fba 100644 --- a/inst/app/templates/navbar.html +++ b/inst/app/templates/navbar.html @@ -3,7 +3,7 @@ <!-- Project name and description. --> <a class="navbar-brand text-primary" href="/">Rnaught Web</a> <span class="navbar-text d-none d-md-block"> - An estimation suite for <em>R<sub>0</sub></em> + An estimation suite for <em>R</em><sub>0</sub> </span> <!-- Navigation toggler for smaller screens. --> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav-toggle"> |