feat: Update "Collapse lane" help text to "Expand lane"

This commit is contained in:
Kiril Videlov 2024-03-24 16:08:24 +01:00
parent 17c9620395
commit b929d180ee
No known key found for this signature in database

View File

@ -57,7 +57,7 @@
icon="unfold-lane"
kind="outlined"
color="neutral"
help="Collapse lane"
help="Expand lane"
on:mousedown={expandLane}
/>
</div>