Update readme with partner logos (#11722)

Recognize the role of Greptile/Sentry/Crowdin/Chromatic which give
generous open source plans + some cleanup
This commit is contained in:
Félix Malfait
2025-04-24 16:09:43 +02:00
committed by GitHub
parent 4a61956087
commit 5343dd62d6
127 changed files with 164 additions and 152 deletions

View File

@ -156,7 +156,7 @@ export const DropZone = ({ onContinue, isLoading }: DropZoneProps) => {
<StyledText>
<Trans>Upload .xlsx, .xls or .csv file</Trans>
</StyledText>
<MainButton onClick={open} title={t`Select file`} />
<MainButton onMouseDown={open} title={t`Select file`} />
</>
)}
</StyledContainer>