We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd5f67 commit 5f06993Copy full SHA for 5f06993
src/components/new-template-view.tsx
@@ -192,8 +192,10 @@ export default function NewTemplateView() {
192
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"
193
onClick={openProjectPicker}
194
>
195
- <p className="max-w-52 text-stone-400 text-center select-none">
196
- Drag and drop a project or browse to select one
+ <p className="max-w-72 text-stone-400 text-center select-none">
+ {/* 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
199
</p>
200
<button className="mt-4 rounded-md text-stone-50 bg-stone-700 px-3 py-1 ml-3 select-none">
201
Browse
0 commit comments