mishig HF staff commited on
Commit
baaee45
1 Parent(s): 6934440

Better upload img description

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +2 -2
src/routes/+page.svelte CHANGED
@@ -285,9 +285,9 @@
285
  diffuse the f rest
286
  </button>
287
  </div>
288
- <p class="with-hover:hidden mt-2 opacity-50">pro tip: upload img by dropping on the canvas</p>
289
  <div class="mt-1">
290
- <label class="border py-1 px-1.5 bg-slate-200 cursor-pointer">
291
  <input
292
  accept="image/*"
293
  bind:this={fileInput}
 
285
  diffuse the f rest
286
  </button>
287
  </div>
288
+ <p class="no-hover:hidden mt-2 opacity-50">pro tip: upload img by pasting OR dropping on the canvas</p>
289
  <div class="mt-1">
290
+ <label class="with-hover:hidden border py-1 px-1.5 bg-slate-200 cursor-pointer">
291
  <input
292
  accept="image/*"
293
  bind:this={fileInput}