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:
Antoine Clausse
2025-06-12 08:05:11 +00:00
committed by Copybot
parent 6a951e2ff0
commit b3dc0097fd
5 changed files with 22 additions and 4 deletions
@@ -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()}