We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0ef3d9 + ce6aacc commit 8d36e44Copy full SHA for 8d36e44
1 file changed
app/web/features/translate/LanguagePickerSelect.tsx
@@ -140,6 +140,7 @@ export default function LanguagePickerSelect({
140
return (
141
<img
142
src={`https://cdn.couchers.org/img/language-icons/${flagCode}.svg`}
143
+ alt=""
144
style={{ width: 25, ...commonStyles }}
145
/>
146
);
0 commit comments