kunickyd 3 лет назад
Родитель
Сommit
06dcd63bf1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/app/bc-info/bc-info.component.html

+ 2 - 2
src/app/bc-info/bc-info.component.html

@@ -42,9 +42,9 @@ Data URL: {{bcInfoService.dataUrl}} -->
                 <a *ngIf="dataUrl" class="btn btn-primary" [href]="dataUrl">Download your data!</a>
             </div>
         </div>
-
+        <hr>
         <div>
-            <p>Purchase history</p>
+            <h5>Purchase history</h5>
             <div>
                 <purchase                    
                     *ngFor="let purchase of lastPurchases; index as i"