mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-23 03:58:23 +00:00
Add ECDSA logo and option
This commit is contained in:
parent
c36a019d9d
commit
4bea48b189
@ -27,6 +27,20 @@ public partial class ProviderPage : BasicComponent
|
||||
{
|
||||
new CardListItem
|
||||
{
|
||||
Id = Guid.Parse("ded55b2b-8139-4251-a0fc-ba620f9727c9"),
|
||||
ImageName = "ecdsa.svg",
|
||||
Header = "Autogenerated keys",
|
||||
IsDisabled = false,
|
||||
Properties = new[]
|
||||
{
|
||||
new CardListItemProperty { Name = "Installed", Value = "yes" },
|
||||
new CardListItemProperty { Name = "Connected", Value = "no" },
|
||||
},
|
||||
Badges = Array.Empty<CardListItemBadge>(),
|
||||
},
|
||||
new CardListItem
|
||||
{
|
||||
Id = Guid.Parse("3367b9bb-f50c-4768-aeb3-9ac14d4c3987"),
|
||||
ImageName = "metamask_fox.svg",
|
||||
Header = "Metamask",
|
||||
IsDisabled = false,
|
||||
|
1
NftFaucetRadzen/wwwroot/images/ecdsa.svg
Normal file
1
NftFaucetRadzen/wwwroot/images/ecdsa.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 65 KiB |
Loading…
x
Reference in New Issue
Block a user