fix(ui): add cursor pointer to upgrade button for better user interaction
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
In progress
|
In progress
|
||||||
</button>
|
</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"
|
<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"
|
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"
|
stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||||
|
Reference in New Issue
Block a user