Added add poll form

This commit is contained in:
Manik Maity
2024-11-07 12:29:11 +05:30
parent ece2b33eb7
commit 8d2358fbd9
5 changed files with 74 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ function PollTableRow({ poll, index }) {
)}
</td>
<td>
<div className="flex gap-2">
<div className="flex md:flex-row flex-col gap-2 flex-nowrap">
<button onClick={() => setShowEditForm(true)} className="btn btn-sm btn-info flex items-center">
<FaUserEdit className="mr-1" /> Edit
</button>