Browse Source

add old system logo

feature/19315_Customer-Registration-new
Dinesh 10 months ago
parent
commit
573586e56a
  1. 1
      CustomerOnlineV2/CustomerOnlineV2/Views/Account/Index.cshtml
  2. 4
      CustomerOnlineV2/CustomerOnlineV2/Views/Customer/CustomerRegistration.cshtml

1
CustomerOnlineV2/CustomerOnlineV2/Views/Account/Index.cshtml

@ -34,6 +34,7 @@
<a class="d-flex" href="/" title="Money - HTML Template">
@* <img src="images/imelondon.svg" height="35" alt="IME London - Logo" />
*@ <img src="@Url.Content("~/images/imelondon.svg")" height="35" alt="IME London - Logo" />
<img src="images/logo.png" height="35" alt="IME London - Logo" />
</a>
</div>
<!-- Logo end -->

4
CustomerOnlineV2/CustomerOnlineV2/Views/Customer/CustomerRegistration.cshtml

@ -39,7 +39,9 @@
============================= -->
<div class="logo me-3">
<a class="d-flex" href="home/index" title="Money - HTML Template">
<img src="images/imelondon.svg" height="35" alt="IME London - Logo" />
<img src="images/imelondon.svg" height="35" alt="IME London - Logo" />
<img src="images/logo.png" height="35" alt="IME London - Logo" />
</a>
</div>
<!-- Logo end -->

Loading…
Cancel
Save