Skip to content

Commit 5f06993

Browse files
committed
Updated drag drop text
1 parent ebd5f67 commit 5f06993

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/new-template-view.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,10 @@ export default function NewTemplateView() {
192192
className="border border-stone-700 w-96 h-40 rounded-sm m-6 flex flex-col items-center justify-center cursor-pointer hover:bg-stone-800 border-dashed"
193193
onClick={openProjectPicker}
194194
>
195-
<p className="max-w-52 text-stone-400 text-center select-none">
196-
Drag and drop a project or browse to select one
195+
<p className="max-w-72 text-stone-400 text-center select-none">
196+
{/* Drag and drop a project or browse to select one */}
197+
Browse to select a project that will be used for the default
198+
assets
197199
</p>
198200
<button className="mt-4 rounded-md text-stone-50 bg-stone-700 px-3 py-1 ml-3 select-none">
199201
Browse

0 commit comments

Comments
 (0)