share feedback button too (this fix is not gonna work ik that for a fact brah)

This commit is contained in:
Samidy 2025-12-09 17:22:04 +03:00
parent 768f596820
commit 5799779e6d

View file

@ -166,7 +166,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
</div> </div>
<div> <div>
<button <button
class="inline-block text-center rounded-full px-4 py-2.5 text-sm font-medium border-2 border-solid text-$vp-c-text-1 border-$vp-c-divider" class="bg-[#25262B] inline-block text-center rounded-full px-4 py-2.5 text-sm font-medium border-2 border-solid text-$vp-c-text-1 border-$vp-c-divider"
@click="toggleCard()" @click="toggleCard()"
> >
Share Feedback Share Feedback