mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-23 22:13:53 -04:00
fix: order tooltip
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user