Feedback
Your Feedback matters!
{#each tabs as item, i}
handleMode(i)} class="group relative z-[1] rounded-full w-1/3 min-w-24 px-5 py-1 {activeIdx === i ? 'z-0' : ''} " > {#if activeIdx === i}
{/if}
{item.title}
{/each}
{#if category === "general"}
(rating = "Very Good")} class="cursor-pointer">
(rating = "Good")} class="cursor-pointer">
(rating = "Bad")} class="cursor-pointer">
(rating = "Very Bad")} class="cursor-pointer">
{/if}
sendFeedback()} class="mb-4 px-3 py-2 bg-[#fff] sm:hover:bg-gray-300 {(category === 'general' && rating?.length !== 0 && inputValue?.length !== 0) || (category !== 'general' && inputValue?.length !== 0) ? 'opacity-100 cursor-pointer' : 'opacity-60 cursor-not-allowed'} w-11/12 rounded-md m-auto text-black font-semibold text-md" > Send Feedback