Skip to content

Commit 60250f8

Browse files
fix: file upload instructions (#3718)
1 parent 698ae09 commit 60250f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/shared/components/DragAndDrop.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ input[type='file'].drag-and-drop--input {
5151
font-size: 20px;
5252
font-weight: 400;
5353
&.empty {
54-
color: $cf-grey-25;
54+
color: $cf-grey-45;
5555
}
5656
&.selected {
5757
color: $c-rainforest;

src/writeData/components/fileUploads/AnnotatedCSV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ For more detailed and up to date information check out the [Annotated CSV Docume
44

55
The Flux Annotated CSV uploader is a simple tool that can be used to upload Flux files downloaded from the UI or exported from the command line tools directly into a bucket.
66

7-
If you're looking to upload Annotated CSV files into a specific bucket, simply select the bucket you want your data uploaded to and drag & drop your data into the dropzone below.
7+
If you're looking to upload Annotated CSV files into a specific bucket, simply select the bucket you want your data uploaded to and drag & drop your data into the dropzone above.

src/writeData/components/fileUploads/LP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For more detailed and up to date information check out the [Line Protocol Docume
44

55
The Line Protocol uploader is a simple tool that can be used to upload files directly to a bucket by uploading a file or writing line protocol directly.
66

7-
If you're looking to upload Line Protocol files into a specific bucket, simply select the bucket you want your data uploaded to, select the precision of the timestamp your data is set to, and drag & drop your data into the dropzone below. If you're interested in manually writing data into your bucket using line protocol, please continue to the section below.
7+
If you're looking to upload Line Protocol files into a specific bucket, simply select the bucket you want your data uploaded to, select the precision of the timestamp your data is set to, and drag & drop your data into the dropzone above. If you're interested in manually writing data into your bucket using line protocol, please continue to the section below.
88

99
##### Writing Line Protocol
1010

0 commit comments

Comments
 (0)