-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4a56d3
commit 11686cc
Showing
10 changed files
with
76 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<MudContainer Class="mt-16 px-8" MaxWidth="MaxWidth.ExtraExtraLarge"> | ||
<MudGrid> | ||
<MudItem xs="12" md="6"> | ||
<MudPaper Elevation="2" Class="pa-4 border-radius-25 first-wallet"> | ||
<div Style="width:100%; display:flex; flex-direction:row; justify-content:center;"> | ||
<div Class="background-x"> | ||
<MudImage Src="images/ths.svg" Alt="hello" Elevation="25" Class="ww-image-start" /> | ||
</div> | ||
</div> | ||
<AddGenerateWalletComponent></AddGenerateWalletComponent> | ||
</MudPaper> | ||
</MudItem> | ||
<MudItem xs="12" md="6"> | ||
<MudPaper Elevation="2" Class="pa-4 border-radius-25 first-wallet"> | ||
<div Style="width:100%; display:flex; flex-direction:row; justify-content:center;"> | ||
<div Class="background-x"> | ||
<MudImage Src="images/arconnect-logo.svg" Alt="hello" Elevation="25" Class="ww-image-start ar-logo-setup" /> | ||
</div> | ||
</div> | ||
<AddArConnectComponent></AddArConnectComponent> | ||
</MudPaper> | ||
</MudItem> | ||
<MudItem xs="12" md="6"> | ||
<MudPaper Elevation="2" Class="pa-4 border-radius-25 first-wallet-upload"> | ||
<div Style="width:100%; display:flex; flex-direction:row; justify-content:center;"> | ||
<div Class="background-x"> | ||
<MudImage Src="images/json-logo.svg" Alt="hello" Elevation="25" Class="ww-image-start ar-logo-setup" /> | ||
</div> | ||
</div> | ||
<AddUploadWalletComponent></AddUploadWalletComponent> | ||
</MudPaper> | ||
</MudItem> | ||
</MudGrid> | ||
</MudContainer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters