Skip to content

Commit f9f9889

Browse files
Update Chip.jsx
Co-authored-by: Copilot <[email protected]>
1 parent 897bd42 commit f9f9889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/chip/Chip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Chip = ({ label, icon, customColor }) => {
77

88
// Check for spoken language indicators
99
const isSpokenLanguage = label.toLowerCase().startsWith('in ') ||
10-
['english', 'spanish', 'portuguese', 'mandarin', 'french']
10+
['english', 'spanish', 'portuguese', 'mandarin', 'french', 'chinese']
1111
.some(lang => label.toLowerCase().includes(lang));
1212

1313
return (

0 commit comments

Comments
 (0)