Skip to content

Commit

Permalink
Merge pull request #24 from sunnybraille/request
Browse files Browse the repository at this point in the history
Fixing split error (temporary)
  • Loading branch information
jun-brro authored Mar 5, 2024
2 parents 2c6a551 + aa3f277 commit 0f6817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/pages/DownloadPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const DownloadPage = () => {
isHighContrast ? "text-yellow-300" : "text-neutral-800"
} text-base font-normal leading-[25px]`}
>
{`${fileName.split(".")[0]}.brf`}
{`file.brf`}
</div>
</div>
<div className="w-auto h-auto m-auto flex flex-col items-center justify-center">
Expand Down

0 comments on commit 0f6817c

Please sign in to comment.