0
- ABP Framework version: v7.4.2
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes, tiered
I'm seeing this logo flash when first loading any page in the app, not sure how to stop the lepton logo from appearing at all.
[Dependency(ReplaceServices = true)]
public class CabMDBrandingProvider : DefaultBrandingProvider
{
public override string AppName => "CabMD";
public override string LogoUrl => "/images/logo/logo_blue.png";
public override string LogoReverseUrl => "/images/logo/logo_white_large.svg";
}
Is this a side effect of how the logo is rendered?
It doesn't seem to matter if I try and override it either based on this documentation: https://docs.abp.io/en/commercial/7.4/themes/lepton-x/mvc#main-header-branding
The content doesn't change and the problem persists (the following isn't rendered, but it doesn't look like that would even help the problem as lpx-brand-logo is being changed after initial render):
<a href="" class="lpx-brand-logo" data-woah="123"></a>