feat(Main.cshtml): sign_flow_min.svg hinzugefügt

This commit is contained in:
Developer 02
2024-11-04 15:03:00 +01:00
parent fcc3223eb1
commit 47c7070700
2 changed files with 5 additions and 3 deletions

View File

@@ -10,9 +10,8 @@
<h3 class="text">@_localizer[WebKey.WelcomeToTheESignPortal]</h3>
<img class="@logo.LockedPageClass" src="@logo.Src" />
</div>
<div class="icon locked mt-4 mb-1">
<svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" fill="currentColor" class="bi bi-shield-lock" viewBox="0 0 16 16">
</svg>
<div class="icon mt-4 mb-1">
<img src="~/img/sign_flow_min.svg">
</div>
<h1>@_localizer["Title"]</h1>
</header>