Skip to content

Commit c4c9bbc

Browse files
fix: splash logo
1 parent 1c41c0f commit c4c9bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/2-Clients/WebApp/Pages/Website/Shared/WebsiteLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="css/cb.website.spa.@(LocalizationSettings.GetCurrentLanguageDirection().ToLower()).min.css" rel="stylesheet" asp-append-version="true" />
88
</HeadContent>
99

10-
<SplashScreen BrandName="@ApplicationSettings.Localized.Name" BackgroundCssClass="simple-layout-dark-bg" ProgressBarCssClass="simple-layout-title-color" OnStarted="HandleSplashStarted" LogoUrl="/images/logs/logo.png" />
10+
<SplashScreen BrandName="@ApplicationSettings.Localized.Name" BackgroundCssClass="simple-layout-dark-bg" ProgressBarCssClass="simple-layout-title-color" OnStarted="HandleSplashStarted" />
1111

1212
@if (SplashScreenStarted)
1313
{

0 commit comments

Comments
 (0)