refactor(Main.cshtml): App-Logo mit Appsettings über CustomImages verbunden.
- Logo aktualisiert. - CSS für Logo hinzugefügt
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<img class="@cImg["Company"].GetClassIn("Locked")" src="@cImg["Company"].Src" />
|
||||
</div>
|
||||
<div class="icon mt-4 mb-1">
|
||||
<img src="~/img/sign_flow_min.svg">
|
||||
<img class="@cImg["App"].GetClassIn("Main")" src="@cImg["App"].Src">
|
||||
</div>
|
||||
<h1>signFlow</h1>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user