fix: order tooltip

This commit is contained in:
Maxi Quoß
2025-02-03 21:29:04 +01:00
parent 0eaff40b51
commit 00f82f2b71

View File

@@ -98,6 +98,7 @@
{/if}
<button
class="btn join-item tooltip {orderExpanded ? '' : 'rounded-field'}"
data-tip={$LL.home.order_tooltip()}
on:click={() => (orderExpanded = !orderExpanded)}
>
<Fa icon={orderExpanded ? faChevronCircleRight : faChevronCircleLeft} size="lg" />