Skip to content

Commit

Permalink
[Update] logo to CDP4-COMET logo; fixes #405
Browse files Browse the repository at this point in the history
[Remove] superfluous CDP4.WEB.Common package reference
  • Loading branch information
samatrhea committed Jun 26, 2023
1 parent 8959432 commit b9df1e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion COMETwebapp/COMETwebapp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<ItemGroup>
<PackageReference Include="AntDesign" Version="0.14.1" />
<PackageReference Include="BlazorStrap" Version="5.1.100" />
<PackageReference Include="CDP4.WEB.Common" Version="1.0.7" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.4" />
Expand Down
Binary file modified COMETwebapp/wwwroot/images/COMET-Logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion COMETwebapp/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</script>
<div class="splash-screen">
<div class="spinner-border"></div>
<div class="splash-screen-caption">COMET Community Edition</div>
<div class="splash-screen-caption">CDP4-COMET Community Edition</div>
<div class="splash-screen-text">Loading...</div>
</div>
</div>
Expand Down

0 comments on commit b9df1e0

Please sign in to comment.