Skip to content

Commit 503e1cf

Browse files
committed
fix: dropdown header use h6
1 parent 5fc25ab commit 503e1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/QuestionList/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const QuestionList: FC<Props> = ({
120120
</Dropdown.Toggle>
121121

122122
<Dropdown.Menu>
123-
<Dropdown.Header>
123+
<Dropdown.Header as="h6">
124124
{t('view', { keyPrefix: 'btns' })}
125125
</Dropdown.Header>
126126
<Dropdown.Item eventKey="card" active={viewType === 'card'}>

0 commit comments

Comments
 (0)