mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
share feedback button too (this fix is not gonna work ik that for a fact brah)
This commit is contained in:
parent
768f596820
commit
5799779e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue