Added h1 tag to Open-ILS/src/eg2/src/app/staff/login.component.html user/slink/lp1839365_login_page_missing_h1_header
authorSam Link <slink@LIBPC002>
Tue, 22 Oct 2019 15:06:44 +0000 (11:06 -0400)
committerSam Link <slink@LIBPC002>
Tue, 22 Oct 2019 15:06:44 +0000 (11:06 -0400)
Signed-off-by: Sam Link <slink@LIBPC002>
Open-ILS/src/eg2/src/app/staff/login.component.html

index 60bc630..5dd3c72 100644 (file)
@@ -1,7 +1,7 @@
 <div class="container">
   <div class="col-lg-6 offset-lg-3">
     <fieldset>
-      <legend class="mb-0" i18n>Sign In</legend>
+      <legend class="mb-0" i18n><h1>Sign In</h1></legend>
       <hr class="mt-1"/>
       <form (ngSubmit)="handleSubmit()" #loginForm="ngForm" class="form-validated">