Skip to content

Commit c306df6

Browse files
committed
chore: remove log
1 parent 6b61bd0 commit c306df6

File tree

1 file changed

+0
-1
lines changed
  • platforms/eVoting/src/app/(app)/create

1 file changed

+0
-1
lines changed

platforms/eVoting/src/app/(app)/create/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ export default function CreatePoll() {
235235
/>
236236
<p className="mt-1 text-sm text-gray-500">
237237
Set a deadline for when voting will end.
238-
<span className="text-blue-600 font-medium"> Note: Times are automatically converted to UTC for accurate backend processing.</span>
239238
</p>
240239
{errors.deadline && (
241240
<p className="mt-1 text-sm text-red-600">

0 commit comments

Comments
 (0)