@page "/step1" @using NftFaucet.Models.Enums @using Microsoft.AspNetCore.Components @inherits Step1Component @if (AppState?.Storage?.UploadIsInProgress ?? false) {
Uploading...
} else if (AppState?.Storage?.LocalImageUrl != null && AppState.Storage.CanPreviewTokenFile) { avatar } else if (AppState?.Storage?.LocalImageUrl != null) {
Unable to preview
} else {
Upload
}
Name:
Description: