We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fdc5f commit 2a62dd2Copy full SHA for 2a62dd2
ui/src/components/QuestionList/index.tsx
@@ -112,7 +112,7 @@ const QuestionList: FC<Props> = ({
112
/>
113
<Dropdown align="end" onSelect={handleViewMode}>
114
<Dropdown.Toggle variant="outline-secondary" size="sm">
115
- <Icon name="list" />
+ <Icon name={viewType === 'card' ? 'view-stacked' : 'list'} />
116
</Dropdown.Toggle>
117
118
<Dropdown.Menu>
0 commit comments