Skip to content

Commit

Permalink
Update file type titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehats committed Dec 20, 2024
1 parent 59d8444 commit 2867c3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ImportModalContent = ({ setSelectedFile, setFileType, fileType }: ImportMo
marginTop: "1em",
}}
/>
<h3>{capitalizeFirstLetter("CSV")}</h3>
<h3>{"CSV"}</h3>
<Stack direction="row" alignItems="flex-start">
<StackHalfWidth direction="column">
{t("csvFormatExplanation")}
Expand Down Expand Up @@ -88,7 +88,7 @@ const ImportModalContent = ({ setSelectedFile, setFileType, fileType }: ImportMo
setFileType={setFileType}
/>
</Stack>
<h3>{capitalizeFirstLetter("JSON")}</h3>
<h3>{"JSON"}</h3>
<Stack direction="row" alignItems="flex-start">
<StackHalfWidth direction="column"></StackHalfWidth>
<FileDropzone
Expand Down

0 comments on commit 2867c3b

Please sign in to comment.