Skip to content

Commit 3bc432e

Browse files
committed
fix: fix lint error
1 parent bda24f2 commit 3bc432e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function Basic(props) {
119119
<section className="font-[family-name:var(--font-geist-mono)]">
120120
<div {...getRootProps({className: "bg-white hover:bg-slate-100 dark:bg-slate-800 hover:dark:bg-slate-900 rounded-lg px-6 py-8 ring-1 ring-slate-900/5 shadow-xl transition-colors"})}>
121121
<input {...getInputProps()} />
122-
<p className="text-sm text-center">Drag 'n' drop some files here, or click to select files</p>
122+
<p className="text-sm text-center">Drag &apos;n&apos; drop some files here, or click to select files</p>
123123
</div>
124124
<aside className="flex gap-4 justify-items-left flex-col py-8">
125125
{

0 commit comments

Comments
 (0)