Skip to content

Commit

Permalink
enclose here in button. consistent syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjayway committed Jun 15, 2023
1 parent d5346ef commit b5705e6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions components/fileDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ const FileDrop = ({ onDrop, useSuzanne }) => {
{isDragActive ? (
<p className="text-4xl font-bold text-blue-600">Drop the files here ...</p>
) : (
<p className="text-4xl font-bold ">
Drag {"'"}n{"'"} drop your GLTF file <span className="text-blue-600">here</span> or{' '}
<p className="text-4xl font-bold">
Drag {"'"}n{"'"} drop your GLTF file{" "}
<button className="font-bold">
<span className="text-blue-600">here</span>
</button>{" "}
or try it with{" "}
<button className="font-bold" onClick={useSuzanne}>
try it with <span className="text-blue-600">Suzanne</span>
<span className="text-blue-600">Suzanne</span>
</button>
</p>
)}
Expand Down

0 comments on commit b5705e6

Please sign in to comment.