We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b61bd0 commit c306df6Copy full SHA for c306df6
platforms/eVoting/src/app/(app)/create/page.tsx
@@ -235,7 +235,6 @@ export default function CreatePoll() {
235
/>
236
<p className="mt-1 text-sm text-gray-500">
237
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>
239
</p>
240
{errors.deadline && (
241
<p className="mt-1 text-sm text-red-600">
0 commit comments