Browse Source

add old logo

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

6
CustomerOnlineV2/CustomerOnlineV2/Views/Account/Index.cshtml

@ -32,9 +32,9 @@
============================= -->
<div class="logo me-3">
<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/logo_red.png")" height="35" alt="IME London - Logo" />
@* <span><img src="images/logo.png" height="35" alt="IME London - Logo" /></span> *@
<img src="images/imelondon.svg" height="35" alt="IME London - Logo" />
@* <img src="@Url.Content("~/images/logo_red.png")" height="35" alt="IME London - Logo" /> *@
<pre> </pre><img src="images/logo.png" height="35" alt="IME London - Logo" />
</a>
</div>
<!-- Logo end -->

6
CustomerOnlineV2/CustomerOnlineV2/Views/Customer/CustomerRegistration.cshtml

@ -39,9 +39,9 @@
============================= -->
<div class="logo me-3">
<a class="d-flex" href="home/index" title="Money - HTML Template">
<img src="@Url.Content("~/images/logo_red.png")" 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" /> *@
@* <img src="@Url.Content("~/images/logo_red.png")" height="35" alt="IME London - Logo" /> *@
<img src="images/imelondon.svg" height="35" alt="IME London - Logo" />
<pre> </pre><img src="images/logo.png" height="35" alt="IME London - Logo" />
</a>
</div>

Loading…
Cancel
Save