@using BTCPayServer.Services @using BTCPayServer.Abstractions.Contracts @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Abstractions.TagHelpers @inject ThemeSettings Theme @inject IFileService FileService @model BTCPayServer.Components.MainLogo.MainLogoViewModel @if (!string.IsNullOrEmpty(Theme.LogoFileId)) { var logoSrc = await FileService.GetFileUrl(Context.Request.GetAbsoluteRootUri(), Theme.LogoFileId); } else { }