We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda24f2 commit 3bc432eCopy full SHA for 3bc432e
src/app/page.js
@@ -119,7 +119,7 @@ function Basic(props) {
119
<section className="font-[family-name:var(--font-geist-mono)]">
120
<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"})}>
121
<input {...getInputProps()} />
122
- <p className="text-sm text-center">Drag 'n' drop some files here, or click to select files</p>
+ <p className="text-sm text-center">Drag 'n' drop some files here, or click to select files</p>
123
</div>
124
<aside className="flex gap-4 justify-items-left flex-col py-8">
125
{
0 commit comments