Update Icons
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<h3>Einstellungen</h3>
|
||||
|
||||
<button type="button" class="btn btn-primary" @onclick="Save">Speichern</button>
|
||||
<button type="button" class="btn btn-primary" @onclick="Save"><i class="fas fa-save"></i> Speichern</button>
|
||||
|
||||
<hr />
|
||||
|
||||
@@ -72,3 +72,8 @@
|
||||
<label class="form-label">BIC</label>
|
||||
<InputText DisplayName="BIC" class="form-control" @bind-Value="@SettingsData.Instance.PaymentData.Bic"></InputText>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Logo Pfad</label>
|
||||
<InputText class="form-control" @bind-Value="@SettingsData.Instance.Logo"></InputText>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user