Browse Source

skip icon

feature/19315_Customer-Registration-new
Dinesh 10 months ago
parent
commit
c5955003a5
  1. 2
      CustomerOnlineV2/CustomerOnlineV2/Views/Customer/Refer.cshtml

2
CustomerOnlineV2/CustomerOnlineV2/Views/Customer/Refer.cshtml

@ -183,7 +183,7 @@
</h5>
@if (text.Equals("Y"))
{
<h5 style="text-align:center; display: inline-block;"><a href="/Home"><button class="btn-primary">SKIP</button></a></h5>
<h5 style="text-align:center; display: inline-block;"><a href="/Home"><button class="btn-primary"><i class="fas fa-fast-forward" style=" color:white"></i> SKIP</button></a></h5>
}
</div>

Loading…
Cancel
Save