ui: add autofocus (PR GH #26 by @mayeenulislam)

Source: https://github.com/Freedium-cfd/web/pull/26
This commit is contained in:
ZhymabekRoman 2024-09-20 18:41:00 +05:00
parent c0ffc87932
commit 1c60835e8e

View file

@ -24,6 +24,7 @@
type="text"
placeholder="Enter Medium post link"
class="w-full focus:outline-none text-green-500 dark:bg-gray-600 border-gray-300"
autofocus
/>
<button
type="submit"