Skip to content

Commit

Permalink
fix: buttons click
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan-gh committed Sep 5, 2023
1 parent 955aefc commit 0354870
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
4 changes: 4 additions & 0 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,10 @@ video {
width: unset;
}

.lg\:w-\[200px\] {
width: 200px;
}

.lg\:min-w-\[400px\] {
min-width: 400px;
}
Expand Down
47 changes: 24 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,16 @@
> -->
</div>
<div class="flex-1 justify-end lg:flex hidden">
<button
class="flex justify-center items-center w-[219px] h-[57px] bg-primaryOrange rounded-2xl"
<a
href="https://app.hipo.finance/"
class="text-lg font-medium leading-6 text-[#fff]"
>
<a
href="https://app.hipo.finance/"
class="text-lg font-medium leading-6 text-[#fff]"
>Go to App</a
<button
class="flex justify-center items-center w-[219px] h-[57px] bg-primaryOrange rounded-2xl"
>
</button>
Go to App
</button></a
>
</div>
</nav>

Expand Down Expand Up @@ -209,15 +210,16 @@
>FAQ</a
> -->
</div>
<button
class="flex justify-center items-center w-full h-[57px] bg-primaryOrange rounded-2xl"
<a
href="https://app.hipo.finance/"
class="text-lg font-medium leading-6 text-[#fff]"
>
<a
href="https://app.hipo.finance/"
class="text-lg font-medium leading-6 text-[#fff]"
>Go to App</a
<button
class="flex justify-center items-center w-full h-[57px] bg-primaryOrange rounded-2xl"
>
</button>
Go to App
</button></a
>
</div>
</div>
</div>
Expand Down Expand Up @@ -279,16 +281,15 @@
with Hipo
</p>
</div>
<button
disabled="true"
class="flex justify-center items-center w-full lg:max-w-[200px] h-[57px] bg-primaryOrange rounded-2xl"
>
<a
href="https://app.hipo.finance/"
class="text-[22px] lg:text-[18px] font-medium leading-6 text-white"
>STAKE NOW</a
<a
href="https://app.hipo.finance/"
class="text-[22px] lg:text-[18px] font-medium leading-6 text-white"
><button
class="flex justify-center items-center w-full lg:max-w-[200px] h-[57px] bg-primaryOrange rounded-2xl"
>
</button>
STAKE NOW
</button></a
>
</div>
<div
class="flex lg:mr-14 mx-auto lg:mx-[unset] w-full justify-center lg:w-[unset] lg:justify-[unset] gap-x-3 lg:gap-x-[unset]"
Expand Down

0 comments on commit 0354870

Please sign in to comment.