fix misspelling

This commit is contained in:
Matt Hill
2021-12-01 20:55:41 -07:00
committed by Aiden McClelland
parent 044c4cc7b2
commit d8fb32ea8b
2 changed files with 1 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
<ion-card-content class="ion-margin">
<ng-container *ngIf="!loading && !storageDrives.length">
<h2>No drives found</h2>
<p>Please connect an storage drive to your Embassy and refresh the page.</p>
<p>Please connect a storage drive to your Embassy and refresh the page.</p>
<ion-button style="margin-top: 25px;" (click)="refresh()" color="light">
Refresh
</ion-button>

View File

@@ -298,12 +298,6 @@ ion-loading {
height: 1px;
}
.dots {
vertical-align: top;
margin-left: 2px;
margin-right: 2px;
}
h2 {
line-height: unset;
}