Moved logo assets to the core asset folder. Removed unused default avatar
This commit is contained in:
parent
0ee4f3fe04
commit
44b2d07fdb
5 changed files with 3 additions and 3 deletions
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -14,8 +14,8 @@
|
|||
</div>
|
||||
|
||||
<a href="/" class="app-sidebar-logo">
|
||||
<img class="d-none d-md-block" alt="Logo" src="/img/logo.png" style="max-width: 180px">
|
||||
<img class="d-md-none h-30px" alt="Logo" src="/svg/logo.svg">
|
||||
<img class="d-none d-md-block" alt="Logo" src="/api/core/asset/Core/img/logo.png" style="max-width: 180px">
|
||||
<img class="d-md-none h-30px" alt="Logo" src="/api/core/asset/Core/svg/logo.svg">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
<Folder Include="storage\logs\" />
|
||||
<Folder Include="Styles\" />
|
||||
<Folder Include="wwwroot\css\" />
|
||||
<Folder Include="wwwroot\js\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -109,6 +108,7 @@
|
|||
<_ContentIncludedByDefault Remove="Features\ScheduleDesigner\UI\Components\ScheduleEditor.razor" />
|
||||
<_ContentIncludedByDefault Remove="Features\ScheduleDesigner\UI\Components\ScheduleLinkItem.razor" />
|
||||
<_ContentIncludedByDefault Remove="Features\ScheduleDesigner\UI\Components\ScheduleNodeItem.razor" />
|
||||
<_ContentIncludedByDefault Remove="wwwroot\svg\logo.svg" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 70 KiB |
Loading…
Reference in a new issue