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