|
|
@@ -37,7 +37,7 @@
|
|
|
<div class="header-bg relative h-[160px] rounded-b-[40px] overflow-hidden">
|
|
|
<!-- Top bar -->
|
|
|
<div class="flex items-center justify-between px-3 pt-3 relative z-10">
|
|
|
- <button onclick="location.href=(subDomain + '@Url.Action(\"Index\", \"Home\", new { area = \"LotteryV2\" })')" class="js-back w-6 h-6 flex items-center justify-center">
|
|
|
+ <button onclick='location.href=subDomain + "@Url.Action("Index", "Home", new { area = "LotteryV2" })";' class="js-back w-6 h-6 flex items-center justify-center">
|
|
|
<img src="/Millions/assets/icons/arrow-left.svg" alt="Back" class="w-6 h-6"/>
|
|
|
</button>
|
|
|
<button class="flex items-center gap-2 bg-white/15 rounded-full px-3 py-1 text-white text-sm">
|