mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Refactor: Allow all file types in file picker
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<section class="grid md:grid-cols-5 gap-4">
|
||||
<div class="flex flex-col gap-2 md:col-span-2">
|
||||
<label class="text-xs text-neutral-400 uppercase tracking-wider">Files</label>
|
||||
<input id="inp-files" type="file" accept="image/*" multiple class="border border-neutral-300 rounded-lg px-3 py-2" />
|
||||
<input id="inp-files" type="file" multiple class="border border-neutral-300 rounded-lg px-3 py-2" />
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-2">
|
||||
|
||||
Reference in New Issue
Block a user