Skip to content

Commit

Permalink
fix: they're just lsx files I swear
Browse files Browse the repository at this point in the history
  • Loading branch information
AtilioA committed Apr 6, 2024
1 parent 028059c commit c512cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsx-to-isf-json/src/app/XmlToJsonComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const XmlToJsonComponent: React.FC = () => {
className="w-full h-64 p-8 border-2 border-dashed border-blue-500 rounded-lg cursor-pointer flex items-center justify-center"
>
<input {...getInputProps()} />
<p className="text-lg text-white">Drag and drop an XML file here, or paste its content.</p>
<p className="text-lg text-white">Drag and drop an LSX file here, or paste its content.</p>
</div>
{jsonOutput && (
<div className="mt-8 w-full max-h-[50vh] overflow-auto">
Expand Down

0 comments on commit c512cbc

Please # to comment.