Skip to content

Commit

Permalink
fix(layout): adjust wording to highlight new function to upload FIT-f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
devshred committed Mar 30, 2024
1 parent 180b4e4 commit 87cda91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/merge/UploadForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const UploadForm: React.FC = () => {
) : (
<p>
<FiUpload className='inline relative bottom-0.5' /> Drag 'n'
drop some files here, or click to select files
drop GPX- or FIT-files, or click to select files.
</p>
)}
</div>
Expand Down

0 comments on commit 87cda91

Please sign in to comment.