Skip to content

Commit

Permalink
fix(website): Minor change hover of the demo button
Browse files Browse the repository at this point in the history
  • Loading branch information
pxor authored and PetarKirov committed Feb 5, 2024
1 parent 4e0a2d7 commit 16678ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/routes/demo/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
>
<div class="flex flex-col content-center mt-16">
<div class="mb-4">
<button class="text-xs border border-[#8FD3FE] rounded-2xl py-1 px-3">Product Demo</button>
<button class="text-xs border border-[#8FD3FE] rounded-2xl py-1 px-3 hover:cursor-default">Product Demo</button>
</div>
<div class="container flex flex-col justify-between">
<h1 class="text-5xl mb-6 leading-tight mr-8 max-w-lg text-left text-[#8FD3FE]">
Expand Down

0 comments on commit 16678ad

Please sign in to comment.