Skip to content

Commit

Permalink
fix link and increase font-size for formInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 13, 2024
1 parent 93a25dd commit 6086b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
.formInfo {
width: 80%;
text-align: justify;
font-size: medium;
}
select {
max-width: 450px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ function UploadForm({
<>
Before uploading your dataset, please ensure your data is
formatted according to the instructions listed in the{' '}
<Link to={{ pathname: '../datasets/help' }}>"Help" tab</Link>.
<Link to={{ pathname: '/datasets/help' }}>"Help" tab</Link>.
</>
),
}}
Expand Down

0 comments on commit 6086b1a

Please sign in to comment.