kunickyd 3 lat temu
rodzic
commit
06dcd63bf1
1 zmienionych plików z 2 dodań i 2 usunięć
  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"