Correct token generation button alignment

This commit is contained in:
Rene Vergara 2023-01-04 14:03:47 -06:00
parent 8b7172f8ab
commit cbc3723814
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
</mat-tab>
<mat-tab label="WooCommerce">
<div >
<div *ngIf="wooOwner == ''">
<div *ngIf="wooOwner == ''" align="center">
<button mat-raised-button color="primary" (click)="generateWooToken()">
Generate Token
</button>