@using BTCPayServer.Services @inject ThemeSettings Theme @inject UriResolver UriResolver @model BTCPayServer.Components.MainLogo.MainLogoViewModel @if (Theme.LogoUrl is not null) { var logoUrl = await UriResolver.Resolve(this.Context.Request.GetAbsoluteRootUri(), Theme.LogoUrl); } else { }