complete account page
This commit is contained in:
@ -38,7 +38,9 @@ namespace Billing.Views
|
||||
var source = new List<BillingIcon>
|
||||
{
|
||||
new() { Icon = BaseModel.ICON_DEFAULT },
|
||||
new() { Icon = "wallet" }
|
||||
new() { Icon = "wallet" },
|
||||
new() { Icon = "creditcard" },
|
||||
new() { Icon = "debitcard" }
|
||||
};
|
||||
source.AddRange(IconConverter.IconPreset.Select(icon => new BillingIcon { Icon = $"#brand#{icon.Key}" }));
|
||||
foreach (var icon in source)
|
||||
|
Reference in New Issue
Block a user