Skip to content

Commit

Permalink
fix(UX): Use chevron icons to show expand/collapse state
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Jan 14, 2025
1 parent 259bf72 commit 194fe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CollapsibleSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ sectionName }}
</h3>
<BuilderButton
:icon="collapsed ? 'plus' : 'minus'"
:icon="collapsed ? 'chevron-right' : 'chevron-down'"
:variant="'ghost'"
size="sm"
@click="toggleCollapsed"></BuilderButton>
Expand Down

0 comments on commit 194fe1c

Please sign in to comment.