Merge pull request #26188 from overleaf/ac-bs5-fix-redundant-carets
[web] Fix redundant carets in BS5 marketing pages GitOrigin-RevId: 479687d982db23e4f5f2efcc3f5f39bb78f0eb24
This commit is contained in:
+1
-1
@@ -60,9 +60,9 @@ function Downshift({ setValue, inputRef }: CountryInputProps) {
|
||||
},
|
||||
ref: inputRef,
|
||||
})}
|
||||
append={<i className="caret" aria-hidden />}
|
||||
placeholder={t('country')}
|
||||
/>
|
||||
<i className="caret" />
|
||||
</div>
|
||||
<ul
|
||||
{...getMenuProps()}
|
||||
|
||||
Reference in New Issue
Block a user