We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c41c0f commit c4c9bbcCopy full SHA for c4c9bbc
1 file changed
src/2-Clients/WebApp/Pages/Website/Shared/WebsiteLayout.razor
@@ -7,7 +7,7 @@
7
<link href="css/cb.website.spa.@(LocalizationSettings.GetCurrentLanguageDirection().ToLower()).min.css" rel="stylesheet" asp-append-version="true" />
8
</HeadContent>
9
10
-<SplashScreen BrandName="@ApplicationSettings.Localized.Name" BackgroundCssClass="simple-layout-dark-bg" ProgressBarCssClass="simple-layout-title-color" OnStarted="HandleSplashStarted" LogoUrl="/images/logs/logo.png" />
+<SplashScreen BrandName="@ApplicationSettings.Localized.Name" BackgroundCssClass="simple-layout-dark-bg" ProgressBarCssClass="simple-layout-title-color" OnStarted="HandleSplashStarted" />
11
12
@if (SplashScreenStarted)
13
{
0 commit comments