fix(ui): add cursor pointer to upgrade button for better user interaction

This commit is contained in:
Andras Bacsai
2025-08-31 21:01:31 +02:00
parent 6e3e80f1c2
commit 84e692fb43

View File

@@ -12,7 +12,7 @@
</svg>
In progress
</button>
<button class="menu-item" @click="modalOpen=true" x-show="!showProgress">
<button class="menu-item cursor-pointer" @click="modalOpen=true" x-show="!showProgress">
<svg xmlns="http://www.w3.org/2000/svg"
class="w-6 h-6 text-pink-500 transition-colors hover:text-pink-300" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"